From 40a9346f4368b34f94f60aa3c192181128c12d02 Mon Sep 17 00:00:00 2001 From: Kershaw Date: Mon, 5 Feb 2024 14:52:07 +0100 Subject: [PATCH] qlog 0.12.0 (#1621) --- neqo-client/Cargo.toml | 2 +- neqo-common/Cargo.toml | 2 +- neqo-http3/Cargo.toml | 2 +- neqo-qpack/Cargo.toml | 2 +- neqo-server/Cargo.toml | 2 +- neqo-transport/Cargo.toml | 2 +- test-fixture/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/neqo-client/Cargo.toml b/neqo-client/Cargo.toml index 5419e8a5f8..ddf33cca08 100644 --- a/neqo-client/Cargo.toml +++ b/neqo-client/Cargo.toml @@ -15,7 +15,7 @@ neqo-crypto = { path = "./../neqo-crypto" } neqo-http3 = { path = "./../neqo-http3" } neqo-qpack = { path = "./../neqo-qpack" } neqo-transport = { path = "./../neqo-transport" } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" structopt = "0.3" url = "~2.5.0" diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml index de754531be..183a4d9450 100644 --- a/neqo-common/Cargo.toml +++ b/neqo-common/Cargo.toml @@ -12,7 +12,7 @@ enum-map = "2.7" env_logger = { version = "0.10", default-features = false } lazy_static = "1.4" log = { version = "0.4", default-features = false } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" time = {version = "0.3.23", features = ["formatting"]} [dev-dependencies] diff --git a/neqo-http3/Cargo.toml b/neqo-http3/Cargo.toml index f05cae5f03..1605a2b609 100644 --- a/neqo-http3/Cargo.toml +++ b/neqo-http3/Cargo.toml @@ -14,7 +14,7 @@ neqo-common = { path = "./../neqo-common" } neqo-crypto = { path = "./../neqo-crypto" } neqo-qpack = { path = "./../neqo-qpack" } neqo-transport = { path = "./../neqo-transport" } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" sfv = "0.9.3" smallvec = "1.11.1" url = "2.5" diff --git a/neqo-qpack/Cargo.toml b/neqo-qpack/Cargo.toml index 96531550bd..229345e977 100644 --- a/neqo-qpack/Cargo.toml +++ b/neqo-qpack/Cargo.toml @@ -12,7 +12,7 @@ log = {version = "~0.4.17", default-features = false} neqo-common = { path = "./../neqo-common" } neqo-crypto = { path = "./../neqo-crypto" } neqo-transport = { path = "./../neqo-transport" } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" static_assertions = "~1.1.0" [dev-dependencies] diff --git a/neqo-server/Cargo.toml b/neqo-server/Cargo.toml index 09a7d4aa3c..d4ee99c9b0 100644 --- a/neqo-server/Cargo.toml +++ b/neqo-server/Cargo.toml @@ -14,7 +14,7 @@ neqo-crypto = { path = "./../neqo-crypto" } neqo-http3 = { path = "./../neqo-http3" } neqo-qpack = { path = "./../neqo-qpack" } neqo-transport = { path = "./../neqo-transport" } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" regex = "1.9" structopt = "0.3" tokio = { version = "1", features = ["net", "time", "macros", "rt", "rt-multi-thread"] } diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index 00c46eb37b..c75142e102 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -12,7 +12,7 @@ lazy_static = "1.4" log = { version = "0.4.17", default-features = false } neqo-common = { path = "../neqo-common" } neqo-crypto = { path = "../neqo-crypto" } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" smallvec = "1.11.1" [dev-dependencies] diff --git a/test-fixture/Cargo.toml b/test-fixture/Cargo.toml index 6dfe8d7f4c..ed480c9c26 100644 --- a/test-fixture/Cargo.toml +++ b/test-fixture/Cargo.toml @@ -14,7 +14,7 @@ neqo-crypto = { path = "../neqo-crypto" } neqo-http3 = { path = "../neqo-http3" } neqo-qpack = { path = "../neqo-qpack" } neqo-transport = { path = "../neqo-transport" } -qlog = { git = "https://github.com/cloudflare/quiche", rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" } +qlog = "0.12.0" [features] deny-warnings = [] \ No newline at end of file