Merge pull request #655 from vbrandl/dependabot/cargo/serde-1.0.181
Bump serde from 1.0.180 to 1.0.181
This commit is contained in:
commit
77f6030b06
@ -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.180 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648), [#650](https://github.com/vbrandl/hoc/pull/650), [#652](https://github.com/vbrandl/hoc/pull/652), [#653](https://github.com/vbrandl/hoc/pull/653), [#654](https://github.com/vbrandl/hoc/pull/654))
|
- Bump `serde` from 1.0.160 to 1.0.181 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648), [#650](https://github.com/vbrandl/hoc/pull/650), [#652](https://github.com/vbrandl/hoc/pull/652), [#653](https://github.com/vbrandl/hoc/pull/653), [#654](https://github.com/vbrandl/hoc/pull/654), [#655](https://github.com/vbrandl/hoc/pull/655))
|
||||||
- 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
8
Cargo.lock
generated
@ -2469,18 +2469,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "1.0.180"
|
version = "1.0.181"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
|
checksum = "6d3e73c93c3240c0bda063c239298e633114c69a888c3e37ca8bb33f343e9890"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
version = "1.0.180"
|
version = "1.0.181"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
|
checksum = "be02f6cb0cd3a5ec20bbcfbcbd749f57daddb1a0882dc2e46a6c236c90b977ed"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -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.180"
|
serde = "1.0.181"
|
||||||
serde_derive = "1.0.166"
|
serde_derive = "1.0.166"
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
Loading…
Reference in New Issue
Block a user