Merge pull request #648 from vbrandl/dependabot/cargo/serde-1.0.175

Bump serde from 1.0.173 to 1.0.175
This commit is contained in:
Valentin Brandl 2023-07-24 08:58:04 +02:00 committed by GitHub
commit a5c99fa7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Dependencies ### Dependencies
- Bump `serde` from 1.0.160 to 1.0.173 (#613, #617, #627, #636, #639, #640, #645) - Bump `serde` from 1.0.160 to 1.0.175 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648))
- Bump `actions/cache` from 2 to 3 (#616) - Bump `actions/cache` from 2 to 3 (#616)
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634) - Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634)
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619) - Bump `reqwest` from 0.11.17 to 0.11.18 (#619)

8
Cargo.lock generated
View File

@ -2469,18 +2469,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.173" version = "1.0.175"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91f70896d6720bc714a4a57d22fc91f1db634680e65c8efe13323f1fa38d53f" checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.173" version = "1.0.175"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6250dde8342e0232232be9ca3db7aa40aceb5a3e5dd9bddbc00d99a007cde49" checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4"
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.18" reqwest = "0.11.18"
serde = "1.0.173" serde = "1.0.175"
serde_derive = "1.0.166" serde_derive = "1.0.166"
serde_json = "1.0.103" serde_json = "1.0.103"
tracing = "0.1.37" tracing = "0.1.37"