Skip to content

Commit

Permalink
build(deps): bump cbor4ii from 0.3.3 to 1.0.0 (#2182)
Browse files Browse the repository at this point in the history
Bumps [cbor4ii](https://github.com/quininer/cbor4ii) from 0.3.3 to 1.0.0.
- [Commits](https://github.com/quininer/cbor4ii/commits)

---
updated-dependencies:
- dependency-name: cbor4ii
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 6, 2025
1 parent c7c313e commit 49232e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 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 zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tower = "0.4.13"
tower-http = { version = "0.6.1", features = ["cors"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
cbor4ii = "0.3.2"
cbor4ii = { version = "1.0.0", features = ["serde1"] }
scilla-parser = "2.0.0"
scopeguard = "1.2.0"
blsful = { git = "https://github.com/JamesHinshelwood/agora-blsful", branch = "update-blstrs"}
Expand Down

0 comments on commit 49232e2

Please sign in to comment.