diff --git a/Cargo.lock b/Cargo.lock index 45f46a0..e9b5c24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "actix-web-lab" -version = "0.19.2" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9b7c50a90657ef1868db9dd85f74e82c4d9858ce583d4639ae3583f0bb97775" +checksum = "e15f180c2bf7abacfda7d8d9ee4169e7f792ec8983313dc38809e902f61c79d0" dependencies = [ "actix-http", "actix-router", @@ -257,18 +257,19 @@ dependencies = [ "serde_html_form", "serde_json", "tokio", + "tokio-stream", "tracing", ] [[package]] name = "actix-web-lab-derive" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16294584c7794939b1e5711f28e7cae84ef30e62a520db3f9af425f85269bcd2" +checksum = "9aa0b287c8de4a76b691f29dbb5451e8dd5b79d777eaf87350c9b0cbfdb5e968" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.38", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1deb881..00dd7e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" actix-files = "0.6" actix-tls = { version = "*", default-features = false, features = ["accept"] } actix-web = { version = "4.3", default-features = false, features = ["macros", "openssl"] } -actix-web-lab = "0.19" +actix-web-lab = "0.20" async-stream = "0.3" chrono = "0.4" clap = { version = "4.4", features = ["derive", "wrap_help"] }