Skip to content

Commit

Permalink
Merge branch 'main' into virtio
Browse files Browse the repository at this point in the history
  • Loading branch information
sevki committed Mar 21, 2024
2 parents 84d564a + 5322d31 commit c7ce603
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -14,13 +14,13 @@ jetstream_p9_wire_format_derive = { path = "./third_party/p9_wire_format_derive"
jetstream_p9 = { version = "0.5.1", path = "./third_party/rust-p9" }
tokio = { version = "1.35.1", features = ["full"] }
anyhow = "1.0.81"
async-trait = "0.1.77"
async-trait = "0.1.78"
libc = "0.2.152"
s2n-quic = "1.34.0"
genfs = "0.1.4"
tokio-stream = { version = "0.1.14", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["full"] }
async-stream = "0.3.5"
clap = "4.5.2"
clap = "4.5.3"
tokio-util = { version = "0.7.10", features = ["full"] }
tmpdir = "1.0.0"
x509-certificate = "0.23.1"
Expand Down

0 comments on commit c7ce603

Please sign in to comment.