Skip to content

Commit

Permalink
Bump requests
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Jun 17, 2024
1 parent 07fd57d commit 816cd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goauth"
version = "0.14.0"
version = "0.15.0"
authors = ["Drazen Urch <[email protected]>"]
description = "Crate for authenticating Server to Server Apps for Google Cloud Engine."
repository = "https://github.com/durch/rust-goauth"
Expand All @@ -22,7 +22,7 @@ serde_json = "1"
time = "0.3"
log = "0.4"
smpl_jwt = {version = "0.8.0", default-features = false}
reqwest = { version = "0.11", features = ["blocking", "json"], default-features = false }
reqwest = { version = "0.12", features = ["blocking", "json"], default-features = false }
futures = "0.3"
simpl = "0.1"
tokio = { version = "1", features = ["rt-multi-thread"] }
Expand Down

0 comments on commit 816cd2f

Please sign in to comment.