Merge pull request #527 from vbrandl/dependabot/cargo/serde_json-1.0.90

chore(deps): Bump serde_json from 1.0.88 to 1.0.90
This commit is contained in:
Valentin Brandl 2022-12-18 09:19:51 +01:00 committed by GitHub
commit 22bc5496f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -13,10 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519]) * Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519])
* Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522]) * Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522])
* Bumps [`serde_json`](https://github.com/serde-rs/json) from 1.0.88 to 1.0.90 ([#527])
[#519]: https://github.com/vbrandl/hoc/pull/519 [#519]: https://github.com/vbrandl/hoc/pull/519
[#522]: https://github.com/vbrandl/hoc/pull/522 [#522]: https://github.com/vbrandl/hoc/pull/522
[#526]: https://github.com/vbrandl/hoc/pull/526 [#526]: https://github.com/vbrandl/hoc/pull/526
[#527]: https://github.com/vbrandl/hoc/pull/527
## [0.27.0] 2022-10-21 ## [0.27.0] 2022-10-21

4
Cargo.lock generated
View File

@ -1762,9 +1762,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.88" version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" checksum = "8778cc0b528968fe72abec38b5db5a20a70d148116cd9325d2bc5f5180ca3faf"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -28,7 +28,7 @@ openssl-probe = "0.1.5"
reqwest = "0.11.13" reqwest = "0.11.13"
serde = "1.0.147" serde = "1.0.147"
serde_derive = "1.0.137" serde_derive = "1.0.137"
serde_json = "1.0.88" serde_json = "1.0.90"
tracing = "0.1.37" tracing = "0.1.37"
tracing-actix-web = "0.6.2" tracing-actix-web = "0.6.2"
tracing-bunyan-formatter = "0.3.4" tracing-bunyan-formatter = "0.3.4"