diff --git a/Cargo.lock b/Cargo.lock index 3dd45e64..4fadf36b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3547,9 +3547,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/integrations/gmail/Cargo.toml b/integrations/gmail/Cargo.toml index fb185d07..155664a3 100644 --- a/integrations/gmail/Cargo.toml +++ b/integrations/gmail/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4.22" mailparse = "0.15.0" serde = "1.0.217" serde_derive = "1.0.208" -serde_json = "1.0.134" +serde_json = "1.0.135" serde_yaml = "0.9.34" structopt = "0.3.26"