diff --git a/Cargo.lock b/Cargo.lock index 318d3c0b2..fb821dd1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "3.3.0" +version = "3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a89a7b133e734f6d1e555502d450408ae04105826aef7e3605019747d3ac732" +checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86" dependencies = [ "actix-codec", "actix-http", @@ -377,9 +377,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "awc" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9056f5e27b0d56bedd82f78eceaba0bcddcbbcbbefae3cd0a53994b28c96ff5" +checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691" dependencies = [ "actix-codec", "actix-http", diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 48f25d869..6ea4ed4ff 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] uuid = { version = "^0.8.2", features = ["serde", "v4"] } -actix-web = "^3.3.0" +actix-web = "^3.3.2" anyhow = "1.0" futures = "^0.3.8" serde = "^1.0.125"