Skip to content

Commit

Permalink
deps: bump base64 from 0.21.2 to 0.21.3
Browse files Browse the repository at this point in the history
Pull-Request: #4401.
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 4fccca1 commit c1bccd5
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.2"
base64 = "0.21.3"
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.105"
libp2p-core = { workspace = true }
base64 = "0.21.2"
base64 = "0.21.3"
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.2"
base64 = "0.21.3"
byteorder = "1.3.4"
bytes = "1.4"
either = "1.9"
Expand Down

0 comments on commit c1bccd5

Please sign in to comment.