Browse Source

Bump serde_json from 1.0.140 to 1.0.143

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.143.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.143)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/164/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
3fc020e0c0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      acmed/Cargo.toml

4
Cargo.lock

@ -1607,9 +1607,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.140"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
dependencies = [
"itoa",
"memchr",

2
acmed/Cargo.toml

@ -31,7 +31,7 @@ glob = "0.3.1"
log = "0.4.21"
nom = { version = "7.1.3", default-features = false, features = [] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.143"
toml = "0.8.12"
tokio = { version = "1.36.0", features = ["full"] }
rand = "0.8.5"

Loading…
Cancel
Save