Skip to content

Commit

Permalink
Bump dep reqwest from 0.11.12 to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed Mar 21, 2024
1 parent 3b34699 commit cdb128c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-transport/Cargo.toml
Expand Up @@ -78,7 +78,7 @@ base64 = { version = "0.21.0", optional = true }
curl = { version = "0.4", optional = true }

# for http-client-reqwest
reqwest = { version = "0.11.12", optional = true, default-features = false, features = ["blocking"] }
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["blocking"] }

## If used in conjunction with `async-client`, the `connect()` method will become available along with supporting the git protocol over TCP,
## where the TCP stream is created using this crate.
Expand Down

0 comments on commit cdb128c

Please sign in to comment.