Skip to content

Commit

Permalink
Update cbor4ii requirement from 0.3.3 to 1.0.0 (#10)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: cbor4ii
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent e42c13d commit 6ad3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minicbor-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ std = ["alloc", "minicbor/std", "minicbor/derive"]
derive = ["alloc", "minicbor/derive"]

[dev-dependencies]
cbor4ii = { version = "0.3.3", features = ["serde1", "use_std"] }
cbor4ii = { version = "1.0.0", features = ["serde1", "use_std"] }
minicbor = { path = "../minicbor", features = ["full"] }
minicbor-serde = { path = "../minicbor-serde", features = ["full"] }
rand = "0.8.5"
Expand Down

0 comments on commit 6ad3355

Please sign in to comment.