Skip to content

Commit 80ece72

Browse files
chore(deps): bump reqwest from 0.12.24 to 0.12.25
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.25. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.25) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0ceb17 commit 80ece72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clap = { version = "4.5.53", features = ["derive"] }
1010
futures-util = { version = "0.3.31" }
1111
hex = "0.4.3"
1212
nix = { version = "0.30.1", features = ["fs"] }
13-
reqwest = { version = "0.12.24", features = ["stream"] }
13+
reqwest = { version = "0.12.25", features = ["stream"] }
1414
temp-file = "0.1.9"
1515
tokio = { version = "1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
1616
tokio-util = { version = "0.7.17", features = ["io"] }

0 commit comments

Comments
 (0)