From 00638b167684b7631feef4cbe71dff904bb097cf Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Mon, 15 Apr 2024 10:20:03 +0100 Subject: [PATCH] qlog: bump to 0.13 --- qlog/Cargo.toml | 2 +- quiche/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qlog/Cargo.toml b/qlog/Cargo.toml index 20b6167156..7142f7a21a 100644 --- a/qlog/Cargo.toml +++ b/qlog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qlog" -version = "0.12.0" +version = "0.13.0" authors = ["Lucas Pardue "] edition = "2018" description = "qlog data model for QUIC and HTTP/3" diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 638d0bdd48..3ff9dc89f4 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -72,7 +72,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.12", path = "../qlog", optional = true } +qlog = { version = "0.13", path = "../qlog", optional = true } sfv = { version = "0.9", optional = true } smallvec = { version = "1.10", features = ["serde", "union"] }