Skip to content

Commit

Permalink
Bump bytes from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.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.4.0...v1.5.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 1, 2023
1 parent d178420 commit 010c260
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 examples/redis-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
bytes = "1.4.0"
bytes = "1.5.0"
mini-redis = "0.4.1"
tokio = { version = "1.32.0", features = ["macros", "rt", "net"] }

Expand Down
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ base64 = { version = "0.21.5", optional = true }
bincode = { version = "1.3.3", optional = true }
bitflags = "2.4.0"
byteorder = { version = "1.5.0", optional = true }
bytes = { version = "1.4.0", optional = true }
bytes = { version = "1.5.0", optional = true }
bytesize = { version = "1.2.0", optional = true }
caps = { version = "0.5.5", optional = true }
cgroups-rs = { version = "0.3.2", features = ["serde"], optional = true }
Expand Down

0 comments on commit 010c260

Please sign in to comment.