rust-coreos-installer/fix-metadata.patch

12 lines
332 B
Diff
Raw Normal View History

--- coreos-installer-0.15.0/Cargo.toml.old 2022-07-09 22:02:48.471859927 -0400
+++ coreos-installer-0.15.0/Cargo.toml 2022-07-09 22:02:59.727862917 -0400
@@ -114,7 +114,7 @@
version = ">= 0.3, < 0.5"
[dependencies.regex]
-version = ">= 1.4, < 1.6"
+version = ">= 1.4, < 2"
[dependencies.reqwest]
version = ">= 0.10, < 0.12"