Merge pull request #639 from vbrandl/dependabot/cargo/serde-1.0.167

Bump serde from 1.0.166 to 1.0.167
This commit is contained in:
Valentin Brandl 2023-07-07 09:30:43 +02:00 committed by GitHub
commit 84686aecdb
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]
### Dependencies
- Bump `serde` from 1.0.160 to 1.0.166 (#613, #617, #627, #636)
- Bump `serde` from 1.0.160 to 1.0.167 (#613, #617, #627, #636, #639)
- Bump `actions/cache` from 2 to 3 (#616)
- 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)

8
Cargo.lock generated
View File

@ -2468,18 +2468,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]]
name = "serde"
version = "1.0.166"
version = "1.0.167"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8"
checksum = "7daf513456463b42aa1d94cff7e0c24d682b429f020b9afa4f5ba5c40a22b237"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.166"
version = "1.0.167"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6"
checksum = "b69b106b68bc8054f0e974e70d19984040f8a5cf9215ca82626ea4853f82c4b9"
dependencies = [
"proc-macro2",
"quote",

View File

@ -26,7 +26,7 @@ mime = "0.3"
number_prefix = "0.4.0"
openssl-probe = "0.1.5"
reqwest = "0.11.18"
serde = "1.0.166"
serde = "1.0.167"
serde_derive = "1.0.166"
serde_json = "1.0.100"
tracing = "0.1.37"