Skip to content

Commit

Permalink
deps: bump base64 from 0.21.4 to 0.21.5
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#4767.
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 8600e68 commit ec15717
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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.4"
base64 = "0.21.5"
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.190", features = ["derive"] }
serde_json = "1.0.107"
libp2p-core = { workspace = true }
base64 = "0.21.4"
base64 = "0.21.5"
libp2p-identity = { workspace = true }

[lints]
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 = "0.6"
base64 = "0.21.4"
base64 = "0.21.5"
byteorder = "1.5.0"
bytes = "1.5"
either = "1.9"
Expand Down

0 comments on commit ec15717

Please sign in to comment.