Skip to content

Commit

Permalink
Merge pull request #26 from palantir/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
sfackler authored Mar 5, 2024
2 parents 4c29ec1 + 0494c2a commit e5cc08e
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 = "serde-encrypted-value"
version = "0.4.6"
version = "0.4.7"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"

[dependencies]
aes-gcm = "0.10.1"
base64 = "0.21"
base64 = "0.22"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit e5cc08e

Please sign in to comment.