Skip to content

Commit

Permalink
Merge pull request #1268 from microsoft/enhancement-contrib-update
Browse files Browse the repository at this point in the history
[contrib] Updating Third-Party Dependencies
  • Loading branch information
ppenna authored May 10, 2024
2 parents dca2919 + 0971371 commit c25fdd5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions dpdk-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
16 changes: 8 additions & 8 deletions nettest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c25fdd5

Please sign in to comment.