Skip to content

Commit

Permalink
Merge pull request #1248 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 committed Apr 26, 2024
2 parents 6f58238 + d5b2c02 commit ebe18f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.3"
version = "1.5.4"
authors = ["Microsoft Corporation"]
edition = "2021"
description = "Kernel-Bypass LibOS Architecture"
Expand Down Expand Up @@ -37,7 +37,7 @@ futures = "0.3.30"
histogram = "0.10.0"
libc = "0.2.153"
log = "0.4.21"
mimalloc = { version = "0.1.39", default-features = false }
mimalloc = { version = "0.1.41", default-features = false }
rand = { version = "0.8.5", features = ["small_rng"] }
slab = "0.4.9"
socket2 = "0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion nettest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libc = "0.2.153"
cfgrammar = "0.13.4"
lrlex = "0.13.4"
lrpar = "0.13.4"
anyhow = "1.0.81"
anyhow = "1.0.82"
clap = "4.5.4"
libc = "0.2.153"

Expand Down

0 comments on commit ebe18f9

Please sign in to comment.