From 9dfc0f0e955ee2aa11ab9ce29f4790041ca7193c Mon Sep 17 00:00:00 2001 From: Andre-Philippe Paquet Date: Sun, 17 Jul 2022 09:02:39 -0400 Subject: [PATCH] chore(*): bump deps --- Cargo.lock | 4 ++-- core/Cargo.toml | 4 ++-- discovery/Cargo.toml | 2 +- exo/Cargo.toml | 2 +- protos/Cargo.toml | 2 +- store/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2034b2fd6..f5728b240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3628,9 +3628,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.25" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec0091e1f5aa338283ce049bd9dfefd55e1f168ac233e85c1ffe0038fb48cbe" +checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" dependencies = [ "indexmap", "ryu", diff --git a/core/Cargo.toml b/core/Cargo.toml index a89436d6c..b537137f4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -42,9 +42,9 @@ multihash = "0.16.2" petname = "1.1.2" rand = "0.8" serde = "1.0.139" -serde_derive = "1.0.138" +serde_derive = "1.0.139" serde_json = "1.0.82" -serde_yaml = "0.8.25" +serde_yaml = "0.8.26" shadow-rs = { version = "0.13.1", default-features = false } thiserror = "1.0.31" url = "2.2.2" diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index e3deb01f1..047083408 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.17" rand = "0.8" reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] } serde = "1.0.139" -serde_derive = "1.0.138" +serde_derive = "1.0.139" serde_json = "1.0.82" thiserror = "1.0.31" wasm-timer = "0.2.5" diff --git a/exo/Cargo.toml b/exo/Cargo.toml index cf5448494..3db315424 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -30,7 +30,7 @@ log4rs = "1.1.1" rand = "0.8" reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls"] } serde = "1.0.139" -serde_derive = "1.0.138" +serde_derive = "1.0.139" serde_json = "1.0.82" tempfile = "3.3.0" thiserror = "1.0.31" diff --git a/protos/Cargo.toml b/protos/Cargo.toml index a0f1bbee1..9d8686bd1 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -18,7 +18,7 @@ prost = "0.10.4" prost-types = "0.10.1" protobuf = "3.1.0" serde = "1.0.139" -serde_derive = "1.0.138" +serde_derive = "1.0.139" serde_json = "1.0.82" thiserror = "1.0.31" diff --git a/store/Cargo.toml b/store/Cargo.toml index 6e1e5972d..1cc967fa3 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -50,7 +50,7 @@ crc = { version = "3.0.0", optional = true } extsort = { version = "0.4.2", optional = true } lru = { version = "0.7.7", optional = true } serde = { version = "1.0.139", optional = true } -serde_derive = { version = "1.0.138", optional = true } +serde_derive = { version = "1.0.139", optional = true } serde_json = { version = "1.0.82", optional = true } tantivy = { version = "0.18.0", optional = true }