Skip to content

Commit

Permalink
deps: bump base64 from 0.21.7 to 0.22.0
Browse files Browse the repository at this point in the history
Pull-Request: #5202.
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 4a61847 commit 9af02ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand = ["dep:rand", "ed25519-dalek?/rand_core"]

[dev-dependencies]
quickcheck = { workspace = true }
base64 = "0.21.7"
base64 = "0.22.0"
serde_json = "1.0"
rmp-serde = "1.1"
criterion = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion misc/keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zeroize = "1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
libp2p-core = { workspace = true }
base64 = "0.21.7"
base64 = "0.22.0"
libp2p-identity = { workspace = true }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion misc/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.21"
base64 = "0.22"
clap = { version = "4.5.4", features = ["derive"] }
futures = "0.3"
futures-timer = "3"
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-bindgen = ["getrandom/js", "instant/wasm-bindgen"]

[dependencies]
asynchronous-codec = { workspace = true }
base64 = "0.21.7"
base64 = "0.22.0"
byteorder = "1.5.0"
bytes = "1.6"
either = "1.9"
Expand Down

0 comments on commit 9af02ca

Please sign in to comment.