diff --git a/graph-data.rs/Cargo.lock b/graph-data.rs/Cargo.lock index f1fd229f1..ef14205f0 100644 --- a/graph-data.rs/Cargo.lock +++ b/graph-data.rs/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.11.2" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49" +checksum = "f860ee6746d0c5b682147b2f7f8ef036d4f92fe518251a3a35ffa3650eafdf0e" dependencies = [ "actix-codec", "actix-rt", diff --git a/graph-data.rs/Cargo.toml b/graph-data.rs/Cargo.toml index ddc0acae1..84ee98106 100644 --- a/graph-data.rs/Cargo.toml +++ b/graph-data.rs/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "88bb8cb71d7309de4535864627e85dca11712ce5"} -actix-http = "^3.11.2" +actix-http = "^3.12.0" actix-service = "=2.0.3" tokio = { version = "^1.14", features = [ "fs", "rt-multi-thread" ] } serde = "^1.0.228"