Skip to content

Commit

Permalink
Bump bytes from 1.4.0 to 1.5.0 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 247e137 commit 83fa33f
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 83fa33f

Please sign in to comment.