Skip to content

Commit ce1abd2

Browse files
committed
try to fix minimal crates
1 parent aacb6db commit ce1abd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustls = { version = "0.23.5", default-features = false, features = ["std"], opt
3333
# used in the test utils to generate quinn endpoints
3434
rcgen = { version = "0.13.2", optional = true }
3535
# used in the test utils to generate quinn endpoints
36-
anyhow = { version = "1", optional = true }
36+
anyhow = { version = "1.0.66", optional = true }
3737
# used in the benches
3838
futures-buffered ={ version = "0.2.11", optional = true }
3939

0 commit comments

Comments
 (0)