Skip to content

Commit c0b80a2

Browse files
committed
chore: update dependencies 20.11.2023
1 parent e35d587 commit c0b80a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ keywords = [
2525
]
2626

2727
[dependencies]
28-
hyper = { version = "0.14.25", default-features = false, features = ["server", "tcp"] }
29-
anyhow = "1.0.70"
30-
thiserror = "1.0.40"
31-
async-trait = "0.1.68"
32-
async-recursion = "1.0.4"
28+
hyper = { version = "0.14.27", default-features = false, features = ["server", "tcp"] }
29+
anyhow = "1.0.75"
30+
thiserror = "1.0.50"
31+
async-trait = "0.1.74"
32+
async-recursion = "1.0.5"
3333

3434
[dev-dependencies]
3535
hyper = { version = "0.14", features = ["tcp", "server", "http1"] }

0 commit comments

Comments
 (0)