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

Merge pull request #2035 from getsops/dependabot/cargo/functional-tests/rust-0f1b85024b

build(deps): Bump serde_json from 1.0.148 to 1.0.149 in /functional-tests in the rust group
This commit is contained in:
Felix Fontein
2026-01-12 19:04:55 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -180,9 +180,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.148"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"itoa",
"memchr",

View File

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