Skip to content

Commit

Permalink
Update qlog requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [qlog](https://github.com/cloudflare/quiche) to permit the latest version.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: qlog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 46b708d commit bf0ac56
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion neqo-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ neqo-http3 = { path = "./../neqo-http3" }
neqo-qpack = { path = "./../neqo-qpack" }
structopt = "0.3.7"
url = "2.0"
qlog = "0.9.0"
qlog = "0.10.0"

[features]
deny-warnings = []
2 changes: 1 addition & 1 deletion neqo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build = "build.rs"
log = {version = "0.4.0", default-features = false}
env_logger = {version = "0.10", default-features = false}
lazy_static = "1.3.0"
qlog = "0.9.0"
qlog = "0.10.0"
time = {version = "=0.3.23", features = ["formatting"]}

[features]
Expand Down
2 changes: 1 addition & 1 deletion neqo-http3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ neqo-transport = { path = "./../neqo-transport" }
neqo-qpack = { path = "./../neqo-qpack" }
log = {version = "0.4.0", default-features = false}
smallvec = "1.0.0"
qlog = "0.9.0"
qlog = "0.10.0"
sfv = "0.9.1"
url = "2.0"
lazy_static = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-qpack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ neqo-transport = { path = "./../neqo-transport" }
neqo-crypto = { path = "./../neqo-crypto" }
log = {version = "0.4.0", default-features = false}
static_assertions = "1.1.0"
qlog = "0.9.0"
qlog = "0.10.0"
lazy_static = "1.3.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion neqo-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ regex = "1"
mio = "0.6.17"
mio-extras = "2.0.5"
log = {version = "0.4.0", default-features = false}
qlog = "0.9.0"
qlog = "0.10.0"

[features]
deny-warnings = []
2 changes: 1 addition & 1 deletion neqo-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ neqo-common = { path = "../neqo-common" }
lazy_static = "1.3.0"
log = {version = "0.4.0", default-features = false}
smallvec = "1.0.0"
qlog = "0.9.0"
qlog = "0.10.0"
indexmap = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit bf0ac56

Please sign in to comment.