Browse Source

:arrow_up: Bump serde_json from 1.0.117 to 1.0.120

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.120)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 year ago
parent
commit
ee8c2f29d0
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -3376,9 +3376,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.117"
+version = "1.0.120"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
+checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
 dependencies = [
  "itoa 1.0.11",
  "ryu",

+ 1 - 1
Cargo.toml

@@ -26,7 +26,7 @@ tokio = { version = "1.32.0", features = [
     "io-util",
 ], default-features = false }
 serde = { version = "1.0.196", default-features = false, features = ["derive"] }
-serde_json = { version = "1.0.116", default-features = false }
+serde_json = { version = "1.0.120", default-features = false }
 maud = { version = "0.26.0", default-features = false, features = [
     "actix-web",
 ] }