chore(deps): bump serde_json from 1.0.103 to 1.0.104 (#1917)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-30 22:06:17 +00:00 committed by GitHub
parent 397667588b
commit 9a1761b69b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4507,9 +4507,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.103" version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View file

@ -126,7 +126,7 @@ sd-notify = "^0.4.1"
selinux = "^0.4.1" selinux = "^0.4.1"
serde = "^1.0.178" serde = "^1.0.178"
serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" } serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" }
serde_json = "^1.0.103" serde_json = "^1.0.104"
serde-wasm-bindgen = "0.5" serde-wasm-bindgen = "0.5"
shellexpand = "^2.1.2" shellexpand = "^2.1.2"
sketching = { path = "./libs/sketching" } sketching = { path = "./libs/sketching" }