Merge pull request #717 from vbrandl/dependabot/cargo/serde_json-1.0.109

Bump serde_json from 1.0.108 to 1.0.109
This commit is contained in:
Valentin Brandl 2024-01-12 13:30:34 +01:00 committed by GitHub
commit b6aadd0cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `awc` from 3.2.0 to 3.3.0 ([#712](https://github.com/vbrandl/hoc/pull/712)) - Bump `awc` from 3.2.0 to 3.3.0 ([#712](https://github.com/vbrandl/hoc/pull/712))
- Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713)) - Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713))
- Bump `tempfile` from 3.8.1 to 3.9.0 ([#715](https://github.com/vbrandl/hoc/pull/715)) - Bump `tempfile` from 3.8.1 to 3.9.0 ([#715](https://github.com/vbrandl/hoc/pull/715))
- Bump `serde_json` from 1.0.108 to 1.0.109 ([#717](https://github.com/vbrandl/hoc/pull/717))
## [0.36.0] 2023-11-17 ## [0.36.0] 2023-11-17
### Dependencies ### Dependencies

4
Cargo.lock generated
View File

@ -2384,9 +2384,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.108" version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -28,7 +28,7 @@ openssl-probe = "0.1.5"
reqwest = "0.11.23" reqwest = "0.11.23"
serde = "1.0.193" serde = "1.0.193"
serde_derive = "1.0.166" serde_derive = "1.0.166"
serde_json = "1.0.108" serde_json = "1.0.109"
tracing = "0.1.40" tracing = "0.1.40"
tracing-actix-web = "0.7.9" tracing-actix-web = "0.7.9"
tracing-bunyan-formatter = "0.3.9" tracing-bunyan-formatter = "0.3.9"