diff --git a/graph-data.rs/Cargo.lock b/graph-data.rs/Cargo.lock index 0b582c4de..074e41adc 100644 --- a/graph-data.rs/Cargo.lock +++ b/graph-data.rs/Cargo.lock @@ -2297,18 +2297,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.131" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1" +checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.131" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b710a83c4e0dff6a3d511946b95274ad9ca9e5d3ae497b63fda866ac955358d2" +checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537" dependencies = [ "proc-macro2", "quote", diff --git a/graph-data.rs/Cargo.toml b/graph-data.rs/Cargo.toml index 1e98c71c4..061e8049a 100644 --- a/graph-data.rs/Cargo.toml +++ b/graph-data.rs/Cargo.toml @@ -9,7 +9,7 @@ cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "2531d4099 actix-http = "=3.0.0-beta.5" actix-service = "=2.0.0-beta.5" tokio = { version = "^1.14", features = [ "fs", "rt-multi-thread" ] } -serde = "^1.0.131" +serde = "^1.0.133" serde_yaml = "^0.8.23" anyhow = "1.0" regex = "^1.5.4"