Skip to content

Commit

Permalink
Bump bytesize from 1.2.0 to 1.3.0 (#1079)
Browse files Browse the repository at this point in the history
dependabot[bot] authored Jan 9, 2024
1 parent 26c8ddd commit 3fa78e1
Showing 2 changed files with 3 additions and 3 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 northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ bincode = { version = "1.3.3", optional = true }
bitflags = "2.4.0"
byteorder = { version = "1.5.0", optional = true }
bytes = { version = "1.5.0", optional = true }
bytesize = { version = "1.2.0", optional = true }
bytesize = { version = "1.3.0", optional = true }
caps = { version = "0.5.5", optional = true }
cgroups-rs = { version = "0.3.2", features = ["serde"], optional = true }
ed25519-dalek = { version = "2.0.0", optional = true }

0 comments on commit 3fa78e1

Please sign in to comment.