Skip to content

Commit fccfe9c

Browse files
fix(deps): update rust crate reqwest to v0.13.2
1 parent 2d9025b commit fccfe9c

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
@@ -30,7 +30,7 @@ indicatif = "=0.18.4"
3030
inquire = "=0.9.4"
3131
open = "=5.3.3"
3232
regex = "=1.12.3"
33-
reqwest = { version = "=0.12.28", default-features = false, features = ["blocking", "json", "rustls-tls"] }
33+
reqwest = { version = "=0.13.2", default-features = false, features = ["blocking", "json", "rustls-tls"] }
3434
sanitize-git-ref = "=1.0.12"
3535
serde = { version = "=1.0.228", features = ["derive"] }
3636
serde_json = "=1.0.149"

0 commit comments

Comments
 (0)