Skip to content

Commit

Permalink
Merge branch 'vmm-reduce-contention' into aa-group-of-group
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Feb 25, 2025
2 parents 75869c7 + 0e54843 commit 804b2ee
Show file tree
Hide file tree
Showing 21 changed files with 858 additions and 908 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ static_assertions = "1.1.0"
steno = "0.4.1"
strum = { version = "0.26", features = [ "derive" ] }
subprocess = "0.2.9"
supports-color = "3.0.1"
supports-color = "3.0.2"
swrite = "0.1.0"
sync-ptr = "0.1.1"
libsw = { version = "3.3.1", features = ["tokio"] }
Expand All @@ -666,9 +666,9 @@ textwrap = "0.16.1"
test-strategy = "0.4.0"
thiserror = "1.0"
tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" }
tokio = "1.40.0"
tokio = "1.43.0"
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }
tokio-stream = "0.1.16"
tokio-stream = "0.1.17"
tokio-tungstenite = "0.23.1"
tokio-util = { version = "0.7.12", features = ["io", "io-util"] }
toml = "0.8.19"
Expand Down
Loading

0 comments on commit 804b2ee

Please sign in to comment.