diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b56e6..e235d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.90 to 1.0.91 ([#531]) * Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.3.1 to 7.4.4 ([#533]) * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.2 to 0.7.1 ([#534]) +* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152 ([#535]) [#530]: https://github.com/vbrandl/hoc/pull/530 [#531]: https://github.com/vbrandl/hoc/pull/531 [#533]: https://github.com/vbrandl/hoc/pull/533 [#534]: https://github.com/vbrandl/hoc/pull/534 +[#535]: https://github.com/vbrandl/hoc/pull/535 ## [0.28.0] 2022-12-18 diff --git a/Cargo.lock b/Cargo.lock index c6f9a1e..cc886fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1739,18 +1739,18 @@ checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c" [[package]] name = "serde" -version = "1.0.151" +version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0" +checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.151" +version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8" +checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 49dfb50..696b9cf 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.13" -serde = "1.0.151" +serde = "1.0.152" serde_derive = "1.0.137" serde_json = "1.0.91" tracing = "0.1.37"