aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-10 03:27:19 +0300
committerGitHub <noreply@github.com>2025-03-10 03:27:19 +0300
commit0071c8ccc227ad6eaf7603f4823994122f3ca23f (patch)
tree08859e34a13cffdc7e0d6c8699212f8494f2dd99 /Cargo.lock
parent4f29af53b6c32eb90de3139f2420d056ff544c2c (diff)
downloadfparkan-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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cb4a9e7..25012ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",