Skip to content

Commit 33c4ec3

Browse files
chore(deps): bump reqwest in /reference-apps/rust
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.27 to 0.12.28. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.27...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fe6f7b commit 33c4ec3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

reference-apps/rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ actix-cors = "0.7"
99
tokio = { version = "1.49", features = ["full"] }
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
12-
reqwest = { version = "=0.12.27", default-features = false, features = ["json", "rustls-tls-native-roots"] }
12+
reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls-native-roots"] }
1313
chrono = { version = "=0.4.43" }
1414
log = "0.4"
1515
env_logger = "=0.11.8"

0 commit comments

Comments
 (0)