Skip to content

Commit 5224d10

Browse files
dependabot[bot]Serial-ATA
authored andcommitted
chore(deps): bump reqwest from 0.12.9 to 0.12.12
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.12. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7489c4 commit 5224d10

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tar = { version = "0.4.43", optional = true }
3838
tempfile = { version = "3.14.0", optional = true }
3939
tokio = { version = "1.0", features = ["full"], optional = true }
4040
uuid = { version = "1.0", optional = true, features = ["v4"] }
41-
reqwest = { version = "0.12.9", features = ["json"], optional = true }
41+
reqwest = { version = "0.12.12", features = ["json"], optional = true }
4242
sysinfo = { version = "0.29", optional = true }
4343
async-trait = { version = "0.1", optional = true }
4444
futures = { version = "0.3.31", optional = true }
@@ -49,5 +49,5 @@ tracing = { version = "0.1.41", optional = true }
4949
dockworker = { path = ".", features = ["docker"] }
5050
tokio = { version = "1.0", features = ["full"] }
5151
pretty_assertions = "1.4.1"
52-
reqwest = "0.12.9"
52+
reqwest = "0.12.12"
5353

0 commit comments

Comments
 (0)