Skip to content

Commit e4c683e

Browse files
Ruben2424seanmonstar
authored andcommitted
update dependencies
1 parent 8dd19fd commit e4c683e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quinn = { version = "0.10", default-features = false, features = [
1919
"tls-rustls",
2020
"ring",
2121
] }
22-
rcgen = { version = "0.10" }
22+
rcgen = { version = "0.12" }
2323
rustls = { version = "0.21", features = ["dangerous_configuration"] }
2424
rustls-native-certs = "0.6"
2525
structopt = "0.3"
@@ -32,9 +32,9 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
3232
"time",
3333
"tracing-log",
3434
] }
35-
octets = "0.2.0"
35+
octets = "0.3.0"
3636

37-
tracing-tree = { version = "0.2" }
37+
tracing-tree = { version = "0.3" }
3838

3939
[features]
4040
tree = []

fuzz/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
cargo-fuzz = true
1010

1111
[dependencies]
12-
libfuzzer-sys = "0.3"
13-
bytes = "0.5.6"
12+
libfuzzer-sys = "0.4"
13+
bytes = "1.5"
1414

1515
# Prevent this from interfering with workspaces
1616
[workspace]

h3/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ quinn = { version = "0.10", default-features = false, features = [
4141
"ring",
4242
] }
4343
quinn-proto = { version = "0.10", default-features = false }
44-
rcgen = "0.11.3"
44+
rcgen = "0.12"
4545
rustls = "0.21"
4646
tokio = { version = "1", features = ["rt", "macros", "io-util", "io-std"] }
4747
tracing-subscriber = { version = "0.3", default-features = false, features = [

0 commit comments

Comments
 (0)