Skip to content

Commit

Permalink
qlog: bump to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue authored and ghedo committed Jan 7, 2025
1 parent 3b40d80 commit 57915e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion h3i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = { version = "0.4", features = ["std"] }
mio = { version = "0.8", features = ["net", "os-poll"] }
multimap = "0.10"
octets = { version = "0.3", path = "../octets"}
qlog = { version = "0.13.0", path = "../qlog" }
qlog = { version = "0.14", path = "../qlog" }
quiche = { version = "0.22", path = "../quiche", features = ["internal", "qlog"] }
rand = "0.8.5"
smallvec = "1.11.2"
Expand Down
2 changes: 1 addition & 1 deletion qlog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qlog"
version = "0.13.0"
version = "0.14.0"
authors = ["Lucas Pardue <[email protected]>"]
edition = "2018"
description = "qlog data model for QUIC and HTTP/3"
Expand Down
2 changes: 1 addition & 1 deletion quiche/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ octets = { version = "0.3", path = "../octets" }
boring = { version = "4", optional = true }
foreign-types-shared = { version = "0.3.0", optional = true }
intrusive-collections = "0.9.5"
qlog = { version = "0.13", path = "../qlog", optional = true }
qlog = { version = "0.14", path = "../qlog", optional = true }
sfv = { version = "0.9", optional = true }
smallvec = { version = "1.10", features = ["serde", "union"] }

Expand Down

0 comments on commit 57915e6

Please sign in to comment.