Run cargo upgrade (#7448)

Co-authored-by: konstin <konstin@mailbox.org>
This commit is contained in:
Charlie Marsh 2024-09-17 06:39:58 -04:00 committed by GitHub
parent f679987fe1
commit c87ce7aaf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 118 additions and 413 deletions

View file

@ -63,10 +63,10 @@ windows-registry = { workspace = true }
windows-result = { workspace = true }
[dev-dependencies]
anyhow = { version = "1.0.80" }
assert_fs = { version = "1.1.1" }
indoc = { version = "2.0.4" }
anyhow = { version = "1.0.89" }
assert_fs = { version = "1.1.2" }
indoc = { version = "2.0.5" }
itertools = { version = "0.13.0" }
temp-env = { version = "0.3.6" }
tempfile = { version = "3.9.0" }
test-log = { version = "0.2.15", features = ["trace"], default-features = false }
tempfile = { version = "3.12.0" }
test-log = { version = "0.2.16", features = ["trace"], default-features = false }