mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Bumps the rust group in /functional-tests with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
264 B
TOML
14 lines
264 B
TOML
[package]
|
|
name = "functional-tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Adrian Utrilla <adrianutrilla@gmail.com>"]
|
|
|
|
[dependencies]
|
|
tempfile = "3.12.0"
|
|
serde = "1.0"
|
|
serde_json = "1.0.134"
|
|
serde_yaml = "0.9.34"
|
|
serde_derive = "1.0"
|
|
lazy_static = "1.5.0"
|