diff --git a/Cargo.lock b/Cargo.lock index 423ff78..3013e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.12.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" +checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" dependencies = [ "actix-codec", "actix-http", @@ -1032,7 +1032,6 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" name = "rust_autocomplete_api" version = "0.1.0" dependencies = [ - "actix-http", "actix-web", "csv", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 3918ab7..8c5bb0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.12.0" -actix-http = "3.11.2" +actix-web = "4.12.1" csv = "1.3.1" flate2 = "1.1.5" serde = { version = "1.0.223", features = ["derive"] }