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 /packer/Cargo.toml | |
parent | 4f29af53b6c32eb90de3139f2420d056ff544c2c (diff) | |
download | fparkan-dependabot/cargo/serde_json-1.0.140.tar.xz fparkan-dependabot/cargo/serde_json-1.0.140.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 'packer/Cargo.toml')
-rw-r--r-- | packer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |