Skip to content

Commit 6b239af

Browse files
fix(deps): update rust crate reqwest to 0.12.2
1 parent 92bec35 commit 6b239af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ openidconnect = { version = "3.5.0", optional = true }
6767
pbjson-types = { version = "0.6", optional = true }
6868
prost = { version = "0.12", optional = true }
6969
prost-types = { version = "0.12", optional = true }
70-
reqwest = { version = "0.11.27", features = ["json", "rustls-tls"], default-features = false, optional = true }
70+
reqwest = { version = "0.12.2", features = ["json", "rustls-tls"], default-features = false, optional = true }
7171
rocket = { version = "0.5.0", optional = true }
7272
serde = { version = "1.0", features = ["derive"], optional = true }
7373
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)