diff --git a/Cargo.lock b/Cargo.lock index a8193a039b62e..b138c86f68303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3721,7 +3721,7 @@ dependencies = [ "serde_derive", "serde_json", "simpl", - "smpl_jwt", + "smpl_jwt 0.7.1", "time", "tokio", ] @@ -8233,6 +8233,22 @@ dependencies = [ "time", ] +[[package]] +name = "smpl_jwt" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fff23fdd767425c13e6f354b7443b3cc0c23097ae077e2211ef8143fa68ad014" +dependencies = [ + "base64 0.21.4", + "log", + "openssl", + "serde", + "serde_derive", + "serde_json", + "simpl", + "time", +] + [[package]] name = "snafu" version = "0.7.5" @@ -9825,7 +9841,7 @@ dependencies = [ "sha2", "similar-asserts", "smallvec", - "smpl_jwt", + "smpl_jwt 0.8.0", "snafu", "snap", "socket2 0.5.4", diff --git a/Cargo.toml b/Cargo.toml index 0ff8ae90e2e28..bb432ec0d2d50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -219,7 +219,7 @@ prost-types = { version = "0.12", default-features = false, optional = true } # GCP goauth = { version = "0.13.1", optional = true } -smpl_jwt = { version = "0.7.1", default-features = false, optional = true } +smpl_jwt = { version = "0.8.0", default-features = false, optional = true } # AMQP lapin = { version = "2.3.1", default-features = false, features = ["native-tls"], optional = true }