Skip to content

Commit

Permalink
RUST-686 Update base64 dependency (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored and patrickfreed committed Apr 7, 2021
1 parent 1ca3e36 commit 470ae1e
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 @@ -48,7 +48,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
linked-hash-map = "0.5.3"
hex = "0.4.2"
decimal = { version = "2.0.4", default_features = false, optional = true }
base64 = "0.12.1"
base64 = "0.13.0"
lazy_static = "1.4.0"
uuid = "0.8.1"

Expand Down

0 comments on commit 470ae1e

Please sign in to comment.