Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Bump base64 from 0.12.3 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.12.3...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 30, 2020
1 parent 7e4a605 commit f48e480
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 24 deletions.
30 changes: 18 additions & 12 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 chain-abci/Cargo.toml
Expand Up @@ -60,7 +60,7 @@ quickcheck = "0.9"
# criterion = "0.3"
digest = "0.9"
sha3 = "0.9"
base64 = "0.12"
base64 = "0.13"
kvdb = "0.7"
kvdb-memorydb = "0.7"
test-common = { path = "../test-common" }
Expand Down
2 changes: 1 addition & 1 deletion chain-core/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ secp256k1 = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", defa
serde = { version = "1.0", features = ["derive"], optional = true }
blake3 = { version = "0.3.6", default-features = false }
parity-scale-codec = { features = ["derive"], version = "1.3" }
base64 = { version = "0.12", optional = true }
base64 = { version = "0.13", optional = true }
static_assertions = { version = "1.1.0", default-features = false}
bech32 = { version = "0.7.2", optional = true }
aead = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/enclave-ra/ra-client/Cargo.toml
Expand Up @@ -21,4 +21,4 @@ lazy_static = "1.4"
ra-common = { path = "../ra-common" }

[dev-dependencies]
base64 = "0.12"
base64 = "0.13"
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/enclave-ra/ra-common/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.12"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/enclave-ra/ra-sp-server/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
aesm-client = "0.5"
base64 = "0.12"
base64 = "0.13"
env_logger = "0.7"
hex = "0.4"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion client-cli/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ log = "0.4.11"
env_logger = "0.7.1"
cli-table = "0.3"
zeroize = "1.1"
base64 = "0.12"
base64 = "0.13"
serde_json = "1.0"
tiny-bip39 = { version = "0.7", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion client-common/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ mls = { path = "../chain-tx-enclave-next/mls" }
aes = "0.4"
aes-gcm-siv = "0.8"
anyhow = "1.0"
base64 = "0.12"
base64 = "0.13"
bit-vec = "0.6.2"
blake3 = "0.3.6"
cfg-if = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion client-core/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ zeroize = "1.1"
byteorder = "1.3"
secstr = { version = "0.4.0", features = ["serde"] }
itertools = "0.9"
base64 = "0.12"
base64 = "0.13"
bit-vec = "0.6.2"
serde_json = "1.0.57"
jsonrpc-core = "14.2"
Expand Down
2 changes: 1 addition & 1 deletion client-network/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ chain-storage = { path = "../chain-storage", default-features = false }
client-common = { path = "../client-common" }
client-core = { path = "../client-core" }
secstr = { version = "0.4.0", features = ["serde"] }
base64 = "0.12"
base64 = "0.13"
chrono = { version = "0.4", features = ["serde"] }
parity-scale-codec = { features = ["derive"], version = "1.3" }
hex = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion client-rpc/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ client-common = { path = "../client-common" }
client-core = { path = "../client-core" }
client-network = { path= "../client-network"}

base64 = "0.12"
base64 = "0.13"
jsonrpc-core = "14.2"
jsonrpc-derive = "14.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion dev-utils/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ quest = "0.3"
secstr = "0.4.0"
parity-scale-codec = { version = "1.3" }
secp256k1 = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", rev = "1aae6edc5f1de0bbdcdb26f1f1d8b00ca28e012a", features = ["recovery", "endomorphism", "schnorrsig", "global-context"] }
base64 = "0.12"
base64 = "0.13"
mls = { path = "../chain-tx-enclave-next/mls" }
ra-client = { path = "../chain-tx-enclave-next/enclave-ra/ra-client" }

Expand Down
2 changes: 1 addition & 1 deletion test-common/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ kvdb-memorydb = "0.7"
protobuf = "2.16.2"
secp256k1 = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", rev = "1aae6edc5f1de0bbdcdb26f1f1d8b00ca28e012a", features = ["recovery", "endomorphism", "schnorrsig", "global-context"] }
parity-scale-codec = { features = ["derive"], version = "1.3" }
base64 = "0.12"
base64 = "0.13"
hex = "0.4"

tendermint = "0.15"
Expand Down

0 comments on commit f48e480

Please sign in to comment.