diff --git a/Cargo.lock b/Cargo.lock index 5284a13e2..a17022e7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytesize" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" +checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" [[package]] name = "camino" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index 95847dcd0..cdbd69651 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -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 }