Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/rmp-serde-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed May 8, 2024
2 parents 62c6a74 + 0ba0b8a commit 463e97a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 22 deletions.
34 changes: 16 additions & 18 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.22.0"
base64 = "0.22.1"
serde_json = "1.0"
rmp-serde = "1.3"
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.198", features = ["derive"] }
serde_json = "1.0.116"
libp2p-core = { workspace = true }
base64 = "0.22.0"
base64 = "0.22.1"
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.22.0"
base64 = "0.22.1"
byteorder = "1.5.0"
bytes = "1.6"
either = "1.11"
Expand Down
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libp2p-yamux = { path = "../muxers/yamux" } # Using `pat
quickcheck = { workspace = true }
void = "1"
once_cell = "1.19.0"
trybuild = "1.0.91"
trybuild = "1.0.93"
tokio = { workspace = true, features = ["time", "rt", "macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down

0 comments on commit 463e97a

Please sign in to comment.