1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Merge pull request #1716 from getsops/dependabot/cargo/functional-tests/rust-62c0d91e03

build(deps): Bump serde_json from 1.0.133 to 1.0.134 in /functional-tests in the rust group
This commit is contained in:
Felix Fontein
2024-12-23 10:33:41 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -159,9 +159,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.133"
version = "1.0.134"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
dependencies = [
"itoa",
"memchr",

View File

@@ -7,7 +7,7 @@ authors = ["Adrian Utrilla <adrianutrilla@gmail.com>"]
[dependencies]
tempfile = "3.12.0"
serde = "1.0"
serde_json = "1.0.133"
serde_json = "1.0.134"
serde_yaml = "0.9.34"
serde_derive = "1.0"
lazy_static = "1.5.0"