Skip to content

Commit

Permalink
Bump bytes from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent a0e6b3e commit 9f02434
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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 crates/solomachine/solomachine-chain-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ tracing = { workspace = true }
secp256k1 = { workspace = true }
sha2 = "0.10.7"
crypto-hash = "0.3.4"
bytes = { version = "1.8.0" }
bytes = { version = "1.9.0" }
2 changes: 1 addition & 1 deletion crates/solomachine/solomachine-relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ secp256k1 = { workspace = true, features = ["rand"] }

sha2 = "0.10.7"
crypto-hash = "0.3.4"
bytes = { version = "1.8.0" }
bytes = { version = "1.9.0" }

0 comments on commit 9f02434

Please sign in to comment.