Skip to content

Commit

Permalink
chore: update dependency and promote dependencies to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Sep 21, 2024
1 parent d3780ea commit 6da06c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
22 changes: 17 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/rust-ipns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ keywords = ["libp2p", "ipfs"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cbor4ii = { version = "0.3", features = ["serde1"] }
quick-protobuf = "0.8"
cbor4ii = { version = "0.3.3", features = ["serde1"] }
quick-protobuf.workspace = true
cid.workspace = true
serde = { version = "1", features = ["derive"] }
serde = { workspace = true, features = ["derive"] }
multihash.workspace = true
sha2 = { version = "0.10" }
chrono = { version = "0.4.35" }
sha2.workspace = true
chrono.workspace = true

libp2p-identity = { version = "0.2", optional = true, features = [
libp2p-identity = { version = "0.2.9", optional = true, features = [
"ecdsa",
"ed25519",
"peerid",
"rand",
"rsa",
"secp256k1",
] }
derive_more = "0.99"
derive_more = { version = "1.0.0", features = ["full"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { workspace = true, features = ["js"] }
Expand Down

0 comments on commit 6da06c1

Please sign in to comment.