Skip to content

Commit

Permalink
Bump bytes from 1.5.0 to 1.6.0 (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 9c65643 commit 2910126
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.5.0"
bytes = "1.6.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.22.0", optional = true }
bincode = { version = "1.3.3", optional = true }
bitflags = "2.4.2"
byteorder = { version = "1.5.0", optional = true }
bytes = { version = "1.5.0", optional = true }
bytes = { version = "1.6.0", optional = true }
bytesize = { version = "1.3.0", optional = true }
caps = { version = "0.5.5", optional = true }
cgroups-rs = { version = "0.3.4", features = ["serde"], optional = true }
Expand Down

0 comments on commit 2910126

Please sign in to comment.