Skip to content

Commit

Permalink
Bump rcgen to 0.8 to avoid duplicate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 12, 2020
1 parent 399faf5 commit 67f448c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
anyhow = "1.0.22"
futures = "0.3.1"
quinn = { path = "../quinn" }
rcgen = "0.7"
rcgen = "0.8"
rustls = "0.17"
tokio = { version = "0.2.13", features = ["rt-core"] }
tracing = "0.1.10"
Expand Down
2 changes: 1 addition & 1 deletion quinn-h3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ criterion = "0.3"
directories = "2.0.1"
proptest = "0.9.1"
rand = "0.7.0"
rcgen = "0.7"
rcgen = "0.8"
structopt = "0.3.0"
tokio = { version = "0.2.6", features = ["io-util", "macros", "rt-threaded", "time"] }
tracing-subscriber = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ webpki = { version = "0.21", optional = true }
[dev-dependencies]
assert_matches = "1.1"
hex-literal = "0.2.0"
rcgen = "0.7"
rcgen = "0.8"
tracing-subscriber = "0.2.0"
lazy_static = "1"
2 changes: 1 addition & 1 deletion quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ crc = "1.8.1"
criterion = "0.3"
directories = "2.0.0"
rand = "0.7"
rcgen = "0.7"
rcgen = "0.8"
structopt = "0.3.0"
tokio = { version = "0.2.6", features = ["rt-threaded", "time", "macros"] }
tracing-subscriber = "0.2.0"
Expand Down

0 comments on commit 67f448c

Please sign in to comment.