Skip to content

Commit

Permalink
deps: bump base64 from 0.21.3 to 0.21.4
Browse files Browse the repository at this point in the history
Pull-Request: #4479.
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 240019f commit 0df1a96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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 @@ -40,7 +40,7 @@ peerid = [ "dep:multihash", "dep:bs58", "dep:rand", "dep:thiserror", "dep:sha2"

[dev-dependencies]
quickcheck = { workspace = true }
base64 = "0.21.3"
base64 = "0.21.4"
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 @@ -15,5 +15,5 @@ zeroize = "1"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
libp2p-core = { workspace = true }
base64 = "0.21.3"
base64 = "0.21.4"
libp2p-identity = { workspace = true }
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 = "0.6"
base64 = "0.21.3"
base64 = "0.21.4"
byteorder = "1.3.4"
bytes = "1.5"
either = "1.9"
Expand Down

0 comments on commit 0df1a96

Please sign in to comment.