diff --git a/Cargo.toml b/Cargo.toml index 3fca995..2645b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ hyper = { version = "0.14", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.21", optional = true } http = "0.2" -async-trait = "0.1.75" +async-trait = "0.1.77" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] }