Merge pull request #632 from vbrandl/dependabot/cargo/serde_json-1.0.99
Bump serde_json from 1.0.97 to 1.0.99
This commit is contained in:
commit
49ba32ba94
@ -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.5 (#623)
|
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
|
||||||
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
||||||
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626)
|
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626)
|
||||||
- Bump `serde_json` from 1.0.96 to 1.0.97 (#630)
|
- Bump `serde_json` from 1.0.96 to 1.0.99 (#630, #632)
|
||||||
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
|
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
|
||||||
|
|
||||||
|
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2377,9 +2377,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.97"
|
version = "1.0.99"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
|
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
@ -28,7 +28,7 @@ openssl-probe = "0.1.5"
|
|||||||
reqwest = "0.11.18"
|
reqwest = "0.11.18"
|
||||||
serde = "1.0.164"
|
serde = "1.0.164"
|
||||||
serde_derive = "1.0.137"
|
serde_derive = "1.0.137"
|
||||||
serde_json = "1.0.97"
|
serde_json = "1.0.99"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-actix-web = "0.7.5"
|
tracing-actix-web = "0.7.5"
|
||||||
tracing-bunyan-formatter = "0.3.6"
|
tracing-bunyan-formatter = "0.3.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user