Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue committed Jul 25, 2024
1 parent 6a24555 commit 704a001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h3i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ inquire = "0.6.2"
log = { version = "0.4", features = ["std"] }
mio = { version = "0.8", features = ["net", "os-poll"] }
octets = { version = "0.3", path = "../octets"}
qlog = { version = "0.13.0", path = "../qlog" }
quiche = { version = "0.22", path = "../quiche", features = ["internal", "qlog"] }
rand = "0.8.5"
smallvec = "1.11.2"
serde_with = "1"
serde_json = "1"
serde = "1"
url = "1"
qlog = { version = "0.13.0", path = "../qlog" }
quiche = { version = "0.22", path = "../quiche", features = ["internal", "qlog"] }

0 comments on commit 704a001

Please sign in to comment.