diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-10 03:27:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 03:27:19 +0300 |
commit | 0071c8ccc227ad6eaf7603f4823994122f3ca23f (patch) | |
tree | 08859e34a13cffdc7e0d6c8699212f8494f2dd99 | |
parent | 4f29af53b6c32eb90de3139f2420d056ff544c2c (diff) | |
download | fparkan-0071c8ccc227ad6eaf7603f4823994122f3ca23f.tar.xz fparkan-0071c8ccc227ad6eaf7603f4823994122f3ca23f.zip |
Bump serde_json from 1.0.139 to 1.0.140dependabot/cargo/serde_json-1.0.140
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.139 to 1.0.140.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | packer/Cargo.toml | 2 | ||||
-rw-r--r-- | unpacker/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1149,9 +1149,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.139" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", diff --git a/packer/Cargo.toml b/packer/Cargo.toml index cbf418c..e520188 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] byteorder = "1.4.3" serde = { version = "1.0.160", features = ["derive"] } -serde_json = "1.0.96" +serde_json = "1.0.140" diff --git a/unpacker/Cargo.toml b/unpacker/Cargo.toml index adb64ec..1367008 100644 --- a/unpacker/Cargo.toml +++ b/unpacker/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] byteorder = "1.4.3" serde = { version = "1.0.160", features = ["derive"] } -serde_json = "1.0.96" +serde_json = "1.0.140" |