Skip to content

Commit

Permalink
Merge pull request #73 from taskcluster/dependabot/cargo/base64-0.22
Browse files Browse the repository at this point in the history
Update base64 requirement from 0.21 to 0.22
  • Loading branch information
djmitche authored Mar 4, 2024
2 parents 389c94d + 9dd5e21 commit 265ca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use_ring = ["ring"]
use_openssl = ["openssl"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
ring = { version = "0.17.0", optional = true }
openssl = { version = "0.10.20", optional = true }
url = "2.1"
Expand Down

0 comments on commit 265ca21

Please sign in to comment.