Skip to content

Commit

Permalink
Merge pull request #47 from RabbitHouseCorp/dependabot/cargo/base64-0…
Browse files Browse the repository at this point in the history
….21.0

Update base64 requirement from 0.20.0 to 0.21.0
  • Loading branch information
DaviGCD authored Aug 26, 2024
2 parents 468c4d3 + 992221d commit 24896d8
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 @@ -29,7 +29,7 @@ serde = { version = "1.0.130", features = ["derive"] }
serde_derive = "1.0.136"
dotenv = "0.15.0"
rustc-serialize = "0.3.24"
base64 = "0.20.0"
base64 = "0.21.0"
aes-gcm = "0.10.1"
serde_json = "1.0.68"
hex = "0.4.3"
Expand Down

0 comments on commit 24896d8

Please sign in to comment.