Skip to content

Commit

Permalink
chore(deps): update rust crate smallvec to 1.13.2 (#2194)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 54f2b26 commit da99e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/kademlia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libp2p-metrics = { workspace = true, features = ["kad"] }
prometheus-client = { workspace = true }
multihash = { workspace = true }
once_cell = { workspace = true }
smallvec = "1.13.1"
smallvec = "1.13.2"
serde_json = { workspace = true }
log = { workspace = true }
bs58 = { workspace = true }
Expand Down

0 comments on commit da99e63

Please sign in to comment.