Skip to content

Commit

Permalink
Bump base64 from 0.12.3 to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and bors-libra committed Oct 2, 2020
1 parent d864c76 commit 3398277
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
36 changes: 21 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/management/network-address-encryption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
base64 = "0.12.3"
base64 = "0.13.0"
serde = { version = "1.0.116", features = ["rc"], default-features = false }
thiserror = "1.0.20"

Expand Down
2 changes: 1 addition & 1 deletion secure/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
base64 = "0.12.3"
base64 = "0.13.0"
chrono = "0.4.19"
enum_dispatch = "0.3.3"
rand = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion secure/storage/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ libra-crypto = { path = "../../../crypto/crypto", version = "0.1.0" }
libra-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }

[dev-dependencies]
base64 = "0.12.3"
base64 = "0.13.0"
2 changes: 1 addition & 1 deletion secure/storage/vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
base64 = "0.12.3"
base64 = "0.13.0"
chrono = "0.4.19"
once_cell = "1.4.1"
proptest = { version = "0.10.1", optional = true }
Expand Down

0 comments on commit 3398277

Please sign in to comment.