Skip to content

Commit

Permalink
chore: update all deps except cbor4ii (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jun 28, 2023
1 parent ddd7fe8 commit 05488df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ categories = ["encoding"]
edition = "2018"

[dependencies]
cbor4ii = { version = "0.2.13", default-features = false, features = ["use_alloc"] }
cid = { version = "0.8.0", default-features = false, features = ["serde-codec"] }
cbor4ii = { version = "0.2.14", default-features = false, features = ["use_alloc"] }
cid = { version = "0.10.1", default-features = false, features = ["serde-codec"] }
scopeguard = "1.1.0"
serde = { version = "1.0.14", default-features = false, features = ["alloc"] }
serde = { version = "1.0.164", default-features = false, features = ["alloc"] }

[dev-dependencies]
serde_derive = { version = "1.0.14", default-features = false }
libipld-core = { version = "0.13.1", default-features = false, features = ["serde-codec"] }
serde_bytes = { version = "0.11.5", default-features = false, features = ["alloc"]}
serde_derive = { version = "1.0.164", default-features = false }
libipld-core = { version = "0.16.0", default-features = false, features = ["serde-codec"] }
serde_bytes = { version = "0.11.9", default-features = false, features = ["alloc"]}

[features]
default = ["std"]
Expand Down

0 comments on commit 05488df

Please sign in to comment.