deps: bump base64 from 0.21.2 to 0.21.3

Pull-Request: #4401.
This commit is contained in:
dependabot[bot] 2023-09-04 09:43:13 +00:00 committed by GitHub
parent 4fccca11d3
commit c1bccd5c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

18
Cargo.lock generated
View File

@ -619,9 +619,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.2"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
[[package]]
name = "base64ct"
@ -2487,7 +2487,7 @@ dependencies = [
name = "keygen"
version = "0.1.0"
dependencies = [
"base64 0.21.2",
"base64 0.21.3",
"clap",
"libp2p-core",
"libp2p-identity",
@ -2736,7 +2736,7 @@ version = "0.45.1"
dependencies = [
"async-std",
"asynchronous-codec",
"base64 0.21.2",
"base64 0.21.3",
"byteorder",
"bytes",
"either",
@ -2796,7 +2796,7 @@ name = "libp2p-identity"
version = "0.2.3"
dependencies = [
"asn1_der",
"base64 0.21.2",
"base64 0.21.3",
"bs58",
"criterion",
"ed25519-dalek",
@ -3179,7 +3179,7 @@ dependencies = [
name = "libp2p-server"
version = "0.12.2"
dependencies = [
"base64 0.21.2",
"base64 0.21.3",
"clap",
"env_logger 0.10.0",
"futures",
@ -4649,7 +4649,7 @@ version = "0.11.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
dependencies = [
"base64 0.21.2",
"base64 0.21.3",
"bytes",
"encoding_rs",
"futures-core",
@ -4943,7 +4943,7 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
"base64 0.21.2",
"base64 0.21.3",
]
[[package]]
@ -5571,7 +5571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0fe180d5f1f7dd32bb5f1a8d19231bb63dc9bbb1985e1dbb6f07163b6a8578"
dependencies = [
"async-trait",
"base64 0.21.2",
"base64 0.21.3",
"cookie",
"fantoccini",
"futures",

View File

@ -40,7 +40,7 @@ peerid = [ "dep:multihash", "dep:bs58", "dep:rand", "dep:thiserror", "dep:sha2"
[dev-dependencies]
quickcheck = { workspace = true }
base64 = "0.21.2"
base64 = "0.21.3"
serde_json = "1.0"
rmp-serde = "1.1"
criterion = "0.5"

View File

@ -15,5 +15,5 @@ zeroize = "1"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
libp2p-core = { workspace = true }
base64 = "0.21.2"
base64 = "0.21.3"
libp2p-identity = { workspace = true }

View File

@ -15,7 +15,7 @@ wasm-bindgen = ["getrandom/js", "instant/wasm-bindgen"]
[dependencies]
asynchronous-codec = "0.6"
base64 = "0.21.2"
base64 = "0.21.3"
byteorder = "1.3.4"
bytes = "1.4"
either = "1.9"