Skip to content

Commit ce2479c

Browse files
Update Rust crate reqwest to 0.13.1
1 parent 538e856 commit ce2479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.24", default-features = false, features = ["json", "stream"] }
37+
reqwest = { version = "0.13.1", default-features = false, features = ["json", "stream"] }
3838
rsa = "0.9.9"
3939
schemars = { version = "0.8.22", features = ["url"] }
4040
secrecy = "0.10.3"

0 commit comments

Comments
 (0)