Skip to content

Commit 17e2ef7

Browse files
Update Rust crate reqwest to 0.12.23 (#285)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 754c6d9 commit 17e2ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ proc-macro2 = "1"
3434
quote = "1"
3535
rand = "0.8.5"
3636
rand_core = "0.6"
37-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "stream"] }
37+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "stream"] }
3838
rsa = "0.9.8"
3939
schemars = { version = "0.8.22", features = ["url"] }
4040
secrecy = "0.10.3"

0 commit comments

Comments
 (0)