Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Sep 6, 2024
1 parent 8824b05 commit 4b49b0a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ default = ["url"]

[dependencies]
arrayref = "0.3"
byteorder = "1.3.1"
data-encoding = "2.1"
byteorder = "1.5.0"
data-encoding = "2.6.0"
multibase = "0.9.1"
multihash = "0.19"
percent-encoding = "2.1.0"
serde = "1.0.70"
percent-encoding = "2.3.1"
serde = "1.0.209"
static_assertions = "1.1"
unsigned-varint = "0.8"
url = { version = "2.1.0", optional = true, default-features = false }
libp2p-identity = { version = "0.2.0", features = ["peerid"] }
url = { version = "2.5.0", optional = true, default-features = false }
libp2p-identity = { version = "0.2.9", features = ["peerid"] }

[dev-dependencies]
bincode = "1"
quickcheck = { version = "1.0.3", default-features = false }
rand = "0.8.4"
rand = "0.8.5"
serde_json = "1.0"

# Passing arguments to the docsrs builder in order to properly document cfg's.
Expand Down

0 comments on commit 4b49b0a

Please sign in to comment.