diff --git a/CHANGELOG.md b/CHANGELOG.md index 991818e..c725bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Dependencies -- Bump `serde` from 1.0.160 to 1.0.163 (#613, #617) +- Bump `serde` from 1.0.160 to 1.0.164 (#613, #617, #627) - Bump `actions/cache` from 2 to 3 (#616) - Bump `tokio` from 1.28.0 to 1.28.2 (#618, #625) - Bump `reqwest` from 0.11.17 to 0.11.18 (#619) diff --git a/Cargo.lock b/Cargo.lock index 1672508..de9f854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2357,18 +2357,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "serde" -version = "1.0.163" +version = "1.0.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" +checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.163" +version = "1.0.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" +checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 63d7199..f646141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ mime = "0.3" number_prefix = "0.4.0" openssl-probe = "0.1.5" reqwest = "0.11.18" -serde = "1.0.163" +serde = "1.0.164" serde_derive = "1.0.137" serde_json = "1.0.94" tracing = "0.1.37"