Skip to content

Commit

Permalink
chore(deps): bump alloy-primitives from 0.7.7 to 0.8.5
Browse files Browse the repository at this point in the history
Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.7.7 to 0.8.5.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.7...v0.8.5)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sergey-melnychuk committed Sep 30, 2024
1 parent 50c72c4 commit dbfd5fc
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 13 deletions.
62 changes: 50 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gloo-timers = { version = "0.2", features = ["futures"] }

[dev-dependencies]
anyhow = "1.0.89"
alloy-primitives = { version = "0.7.6", default-features = false }
alloy-primitives = { version = "0.8.5", default-features = false }
katana-core = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.9" }
katana-executor = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.9" }
katana-node = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.9" }
Expand Down

0 comments on commit dbfd5fc

Please sign in to comment.