Skip to content

Commit

Permalink
chore(deps): bump bytes from 1.7.1 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.7.1 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.7.1...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 040eae9 commit d5d8c42
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 asport-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/AkinoKaede/asport"
[dependencies]
asport = { path = "../asport", version = "0.1.0" }
asport-quinn = { path = "../asport-quinn", version = "0.1.1" }
bytes = { version = "1.7.1", default-features = false, features = ["std"] }
bytes = { version = "1.9.0", default-features = false, features = ["std"] }
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }
crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion asport-quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/AkinoKaede/asport"

[dependencies]
asport = { path = "../asport", version = "0.1.0", features = ["async_marshal", "marshal", "model"] }
bytes = { version = "1.6.1", default-features = false, features = ["std"] }
bytes = { version = "1.9.0", default-features = false, features = ["std"] }
futures-util = { version = "0.3.30", default-features = false, features = ["io", "std"] }
quinn = { version = "0.11.4", default-features = false, features = ["futures-io"] }
thiserror = { version = "1.0.62", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion asport-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/AkinoKaede/asport"
asport = { path = "../asport", version = "0.1.0" }
asport-quinn = { path = "../asport-quinn", version = "0.1.1" }
bimap = { version = "0.6.3", default-features = false, features = ["std"] }
bytes = { version = "1.7.1", default-features = false, features = ["std"] }
bytes = { version = "1.9.0", default-features = false, features = ["std"] }
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }
crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion asport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ marshal = ["bytes"]
model = ["parking_lot", "register-count"]

[dependencies]
bytes = { version = "1.6.1", default-features = false, features = ["std"], optional = true }
bytes = { version = "1.9.0", default-features = false, features = ["std"], optional = true }
futures-util = { version = "0.3.28", default-features = false, features = ["io", "std"], optional = true }
parking_lot = { version = "0.12.1", default-features = false, optional = true }
register-count = { version = "0.1.0", default-features = false, features = ["std"], optional = true }
Expand Down

0 comments on commit d5d8c42

Please sign in to comment.