Merge pull request #613 from vbrandl/dependabot/cargo/serde-1.0.162
Some checks failed
Security audit / security_audit (push) Failing after 17s
/ Rustfmt (push) Successful in 55s
/ Clippy (push) Failing after 50s
/ Test Suite (ubuntu-latest) (push) Failing after 41s
continuous-integration/drone/push Build is passing

chore(deps): Bump serde from 1.0.160 to 1.0.162
This commit is contained in:
Valentin Brandl 2023-05-06 01:18:14 +02:00 committed by GitHub
commit 6837660a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Dependencies
- Bump `serde` from 1.0.160 to 1.0.162 (#613)
## [0.35.0] 2023-05-04 ## [0.35.0] 2023-05-04
@ -227,4 +229,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#502]: https://github.com/vbrandl/hoc/pull/502 [#502]: https://github.com/vbrandl/hoc/pull/502
[#503]: https://github.com/vbrandl/hoc/pull/503 [#503]: https://github.com/vbrandl/hoc/pull/503
[#504]: https://github.com/vbrandl/hoc/pull/504 [#504]: https://github.com/vbrandl/hoc/pull/504
[#508]: https://github.com/vbrandl/hoc/pull/508 [#508]: https://github.com/vbrandl/hoc/pull/508

8
Cargo.lock generated
View File

@ -2357,18 +2357,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.160" version = "1.0.162"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.160" version = "1.0.162"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -26,7 +26,7 @@ mime = "0.3"
number_prefix = "0.4.0" number_prefix = "0.4.0"
openssl-probe = "0.1.5" openssl-probe = "0.1.5"
reqwest = "0.11.17" reqwest = "0.11.17"
serde = "1.0.158" serde = "1.0.162"
serde_derive = "1.0.137" serde_derive = "1.0.137"
serde_json = "1.0.94" serde_json = "1.0.94"
tracing = "0.1.37" tracing = "0.1.37"