Skip to content

Commit 024b94f

Browse files
authored
Merge pull request #1783 from getsops/dependabot/cargo/functional-tests/rust-4e83263381
build(deps): Bump serde_json from 1.0.139 to 1.0.140 in /functional-tests in the rust group; bump Rust to 1.85.0
2 parents 1967df6 + 0e0efca commit 024b94f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

functional-tests/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functional-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Adrian Utrilla <[email protected]>"]
77
[dependencies]
88
tempfile = "3.17.1"
99
serde = "1.0"
10-
serde_json = "1.0.139"
10+
serde_json = "1.0.140"
1111
serde_yaml = "0.9.34"
1212
serde_derive = "1.0"
1313
lazy_static = "1.5.0"

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.70.0"
2+
channel = "1.85.0"
33
profile = "minimal"

0 commit comments

Comments
 (0)