Merge pull request #680 from vbrandl/dependabot/cargo/serde_json-1.0.107

Bump serde_json from 1.0.106 to 1.0.107
This commit is contained in:
Valentin Brandl 2023-09-26 17:50:48 +02:00 committed by GitHub
commit 8461048e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `tracing-actix-web` from 0.7.4 to 0.7.6 (#623, [#656](https://github.com/vbrandl/hoc/pull/656))
- Bump `git2` from 0.17.1 to 0.18.0 (#624, [#674](https://github.com/vbrandl/hoc/pull/674))
- Bump `tempfile` from 3.5.0 to 3.8.0 (#626, [#646](https://github.com/vbrandl/hoc/pull/646), [#658](https://github.com/vbrandl/hoc/pull/658), [#667](https://github.com/vbrandl/hoc/pull/667))
- Bump `serde_json` from 1.0.96 to 1.0.106 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649), [#663](https://github.com/vbrandl/hoc/pull/663), [#678](https://github.com/vbrandl/hoc/pull/678))
- Bump `serde_json` from 1.0.96 to 1.0.107 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649), [#663](https://github.com/vbrandl/hoc/pull/663), [#678](https://github.com/vbrandl/hoc/pull/678), [#680](https://github.com/vbrandl/hoc/pull/680))
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
- Bump `tracing-bunyan-formatter` from 0.3.7 to 0.3.9 (#642, [#661](https://github.com/vbrandl/hoc/pull/661))
- Bump `anyhow` from 1.0.71 to 1.0.75 (#643, [#662](https://github.com/vbrandl/hoc/pull/662), [#664](https://github.com/vbrandl/hoc/pull/664))

4
Cargo.lock generated
View File

@ -2379,9 +2379,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.106"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
"itoa",
"ryu",

View File

@ -28,7 +28,7 @@ openssl-probe = "0.1.5"
reqwest = "0.11.20"
serde = "1.0.188"
serde_derive = "1.0.166"
serde_json = "1.0.106"
serde_json = "1.0.107"
tracing = "0.1.37"
tracing-actix-web = "0.7.6"
tracing-bunyan-formatter = "0.3.9"