mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 09:45:20 +00:00
Depend on latest err-derive to prevent issues with newer quote
This commit is contained in:
committed by
Benjamin Saunders
parent
abfe295d2a
commit
752693e4d0
+1
-1
@@ -25,7 +25,7 @@ travis-ci = { repository = "djc/quinn" }
|
||||
[dependencies]
|
||||
bitlab = "0.8.1"
|
||||
bytes = "0.5.2"
|
||||
err-derive = "0.2"
|
||||
err-derive = "0.2.3"
|
||||
futures = "0.3.1"
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
http = "0.2"
|
||||
|
||||
@@ -22,7 +22,7 @@ tls-rustls = ["rustls", "webpki", "ring"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.5.2"
|
||||
err-derive = "0.2"
|
||||
err-derive = "0.2.3"
|
||||
rand = "0.7"
|
||||
ring = { version = "0.16.7", optional = true }
|
||||
rustls = { version = "0.17", features = ["quic"], optional = true }
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ azure-devops = { project = "dochtman/Projects", pipeline = "Quinn", build = "1"
|
||||
[dependencies]
|
||||
bytes = "0.5.2"
|
||||
ct-logs = { version = "0.6", optional = true }
|
||||
err-derive = "0.2"
|
||||
err-derive = "0.2.3"
|
||||
futures = "0.3.1"
|
||||
libc = "0.2.49"
|
||||
mio = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user