Skip to content

Commit

Permalink
Bump version, bump smpl_jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Oct 17, 2023
1 parent ae52647 commit 02ac058
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.13.1"
version = "0.14.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 @@ -21,7 +21,7 @@ serde_derive = "1"
serde_json = "1"
time = "0.3"
log = "0.4"
smpl_jwt = {version = "0.7.1", default-features = false}
smpl_jwt = {version = "0.8.0", default-features = false}
reqwest = { version = "0.11", features = ["blocking", "json"], default-features = false }
futures = "0.3"
simpl = "0.1"
Expand Down

0 comments on commit 02ac058

Please sign in to comment.