diff --git a/Cargo.toml b/Cargo.toml index b7ddd66d1..8755360a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "demikernel" -version = "1.5.5" +version = "1.5.6" authors = ["Microsoft Corporation"] edition = "2021" description = "Kernel-Bypass LibOS Architecture" @@ -25,7 +25,7 @@ license-file = "LICENSE.txt" # Third Party arrayvec = "0.7.4" async-trait = "0.1.80" -anyhow = "1.0.82" +anyhow = "1.0.83" bit-iter = "1.2.0" cfg-if = "1.0.0" crc = "3.2.1" @@ -34,7 +34,7 @@ crossbeam-channel = "0.5.12" eui48 = "1.1.0" flexi_logger = "0.28.0" futures = "0.3.30" -histogram = "0.10.0" +histogram = "0.10.1" libc = "0.2.154" log = "0.4.21" mimalloc = { version = "0.1.41", default-features = false } diff --git a/dpdk-rs/Cargo.toml b/dpdk-rs/Cargo.toml index d2401e868..86ef180b5 100644 --- a/dpdk-rs/Cargo.toml +++ b/dpdk-rs/Cargo.toml @@ -14,9 +14,9 @@ repository = "https://github.com/demikernel/demikernel" cfg-if = "1.0.0" [build-dependencies] -anyhow = "1.0.82" +anyhow = "1.0.83" bindgen = "0.69.4" -cc = "1.0.96" +cc = "1.0.97" [features] mlx4 = [] diff --git a/nettest/Cargo.toml b/nettest/Cargo.toml index 9861ea472..0316602f1 100644 --- a/nettest/Cargo.toml +++ b/nettest/Cargo.toml @@ -20,17 +20,17 @@ license-file = "LICENSE.txt" #======================================================================================================================= [build-dependencies] -cfgrammar = "0.13.4" -lrlex = "0.13.4" -lrpar = "0.13.4" +cfgrammar = "0.13.5" +lrlex = "0.13.5" +lrpar = "0.13.5" anyhow = "1.0.82" -libc = "0.2.153" +libc = "0.2.154" [dependencies] -cfgrammar = "0.13.4" -lrlex = "0.13.4" -lrpar = "0.13.4" -anyhow = "1.0.82" +cfgrammar = "0.13.5" +lrlex = "0.13.5" +lrpar = "0.13.5" +anyhow = "1.0.83" clap = "4.5.4" libc = "0.2.154"