We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd32de commit d1b3ea1Copy full SHA for d1b3ea1
system-reinstall-bootc/Cargo.toml
@@ -25,7 +25,7 @@ rustix = { workspace = true }
25
serde = { workspace = true, features = ["derive"] }
26
serde_json = { workspace = true }
27
serde_yaml = "0.9.22"
28
-tempfile = "3.10.1"
+tempfile = { workspace = true }
29
tracing = { workspace = true }
30
uzers = "0.12.1"
31
which = "7.0.2"
0 commit comments