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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent a465137 commit 631fb9c
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 @@ -42,4 +42,4 @@ tracing = { workspace = true }
secp256k1 = { version = "0.27.0", features = ["rand", "bitcoin_hashes"] }
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 @@ -42,4 +42,4 @@ tracing = { workspace = true }
secp256k1 = { version = "0.27.0", features = ["rand", "bitcoin_hashes"] }
sha2 = "0.10.7"
crypto-hash = "0.3.4"
bytes = { version = "1.8.0" }
bytes = { version = "1.9.0" }

0 comments on commit 631fb9c

Please sign in to comment.