chore: bump smpl_jwt from 0.7.0 to 0.7.1 (#25473)
* chore: bump smpl_jwt from 0.7.0 to 0.7.1 Bumps [smpl_jwt](https://github.com/durch/rust-jwt) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/durch/rust-jwt/releases) - [Commits](https://github.com/durch/rust-jwt/commits) --- updated-dependencies: - dependency-name: smpl_jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
105562bb89
commit
2a864e597b
|
@ -4196,9 +4196,9 @@ checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
|||
|
||||
[[package]]
|
||||
name = "smpl_jwt"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36f0293a6547a8463502e0f4d68dc35c79a6978e6c3f9e8b874c18bb7abae9b6"
|
||||
checksum = "95b6ff8c21c74ce7744643a7cddbb02579a44f1f77e4316bff1ddb741aca8ac9"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"log",
|
||||
|
|
|
@ -3704,9 +3704,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|||
|
||||
[[package]]
|
||||
name = "smpl_jwt"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36f0293a6547a8463502e0f4d68dc35c79a6978e6c3f9e8b874c18bb7abae9b6"
|
||||
checksum = "95b6ff8c21c74ce7744643a7cddbb02579a44f1f77e4316bff1ddb741aca8ac9"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"log",
|
||||
|
|
|
@ -22,7 +22,7 @@ prost = "0.10.3"
|
|||
prost-types = "0.10.0"
|
||||
serde = "1.0.137"
|
||||
serde_derive = "1.0.103"
|
||||
smpl_jwt = "0.7.0"
|
||||
smpl_jwt = "0.7.1"
|
||||
solana-metrics = { path = "../metrics", version = "=1.11.0" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
||||
solana-storage-proto = { path = "../storage-proto", version = "=1.11.0" }
|
||||
|
|
Loading…
Reference in New Issue