Skip to content

Commit

Permalink
deps: bump base64 from 0.21.5 to 0.21.7
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#5086.
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 9317726 commit 795c856
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.5"
base64 = "0.21.7"
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.193", features = ["derive"] }
serde_json = "1.0.111"
libp2p-core = { workspace = true }
base64 = "0.21.5"
base64 = "0.21.7"
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 = { workspace = true }
base64 = "0.21.5"
base64 = "0.21.7"
byteorder = "1.5.0"
bytes = "1.5"
either = "1.9"
Expand Down

0 comments on commit 795c856

Please sign in to comment.