Skip to content

Commit e61f5a1

Browse files
Merge pull request #605 from google:dependabot/cargo/rustversion-1.0.20
PiperOrigin-RevId: 735826983
2 parents b707104 + 50af9b9 commit e61f5a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

googletest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ anyhow = { version = "1", optional = true }
3636
num-traits = "0.2.17"
3737
proptest = { version = "1.2.0", optional = true }
3838
regex = "1.11.1"
39-
rustversion = "1.0.19"
39+
rustversion = "1.0.20"
4040

4141
[dev-dependencies]
4242
indoc = "2"

integration_tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ googletest = { path = "../googletest", version = "0.14.0", features = ["anyhow"]
3232
anyhow = "1"
3333
indoc = "2"
3434
rstest = "0.25"
35-
rustversion = "1.0.19"
35+
rustversion = "1.0.20"
3636
tempfile = "3.17.0"
3737
tokio = { version = "1.44", features = ["time", "macros", "rt"] }
3838

0 commit comments

Comments
 (0)