Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/js-sys-0.3.67
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jan 15, 2024
2 parents aca9889 + ad2579d commit 5a30c92
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 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
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ libp2p-yamux = { path = "../muxers/yamux" } # Using `pat
quickcheck = { workspace = true }
void = "1"
once_cell = "1.19.0"
trybuild = "1.0.88"
trybuild = "1.0.89"
tokio = { version = "1.35.1", features = ["time", "rt", "macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down

0 comments on commit 5a30c92

Please sign in to comment.