git.delta.rocks / jrsonnet / refs/commits / b663896794db

difftreelog

build downgrade `clap`

Petr Portnov2024-05-13parent: #98c5ea9.patch.diff
in: trunk

4 files changed

modifiedCargo.lockdiffbeforeafterboth
430430
431[[package]]431[[package]]
432name = "clap"432name = "clap"
433version = "4.5.4"433version = "4.4.18"
434source = "registry+https://github.com/rust-lang/crates.io-index"434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"435checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
436dependencies = [436dependencies = [
437 "clap_builder",437 "clap_builder",
438 "clap_derive",438 "clap_derive",
439]439]
440440
441[[package]]441[[package]]
442name = "clap_builder"442name = "clap_builder"
443version = "4.5.2"443version = "4.4.18"
444source = "registry+https://github.com/rust-lang/crates.io-index"444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"445checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
446dependencies = [446dependencies = [
447 "anstream",447 "anstream",
448 "anstyle",448 "anstyle",
449 "clap_lex",449 "clap_lex",
450 "strsim 0.11.1",450 "strsim",
451 "terminal_size",451 "terminal_size",
452 "unicase",452 "unicase",
453 "unicode-width",453 "unicode-width",
454]454]
455455
456[[package]]456[[package]]
457name = "clap_derive"457name = "clap_derive"
458version = "4.5.4"458version = "4.4.7"
459source = "registry+https://github.com/rust-lang/crates.io-index"459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"460checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
461dependencies = [461dependencies = [
462 "heck 0.5.0",462 "heck",
463 "proc-macro2",463 "proc-macro2",
464 "quote",464 "quote",
465 "syn 2.0.63",465 "syn 2.0.63",
466]466]
467467
468[[package]]468[[package]]
469name = "clap_lex"469name = "clap_lex"
470version = "0.7.0"470version = "0.6.0"
471source = "registry+https://github.com/rust-lang/crates.io-index"471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"472checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
473473
474[[package]]474[[package]]
475name = "colorchoice"475name = "colorchoice"
954source = "registry+https://github.com/rust-lang/crates.io-index"954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"955checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
956
957[[package]]
958name = "heck"
959version = "0.5.0"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
962956
963[[package]]957[[package]]
964name = "hermit-abi"958name = "hermit-abi"
1052 "proc-macro-error",1046 "proc-macro-error",
1053 "proc-macro2",1047 "proc-macro2",
1054 "quote",1048 "quote",
1055 "strsim 0.10.0",1049 "strsim",
1056 "syn 2.0.63",1050 "syn 2.0.63",
1057 "unic-langid",1051 "unic-langid",
1058]1052]
2194source = "registry+https://github.com/rust-lang/crates.io-index"2188source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"2189checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2196
2197[[package]]
2198name = "strsim"
2199version = "0.11.1"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
22022190
2203[[package]]2191[[package]]
2204name = "subtle"2192name = "subtle"
2255source = "registry+https://github.com/rust-lang/crates.io-index"2243source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "4c138f99377e5d653a371cdad263615634cfc8467685dfe8e73e2b8e98f44b17"2244checksum = "4c138f99377e5d653a371cdad263615634cfc8467685dfe8e73e2b8e98f44b17"
2257dependencies = [2245dependencies = [
2258 "heck 0.4.1",2246 "heck",
2259 "proc-macro-error",2247 "proc-macro-error",
2260 "proc-macro2",2248 "proc-macro2",
2261 "quote",2249 "quote",
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@
 bifrostlink = "0.1.0"
 uuid = { version = "1.7.0", features = ["v4"] }
 tokio = { version = "1.36.0", features = ["fs", "rt", "macros", "sync", "time", "rt-multi-thread"] }
+
modifiedcmds/fleet/Cargo.tomldiffbeforeafterboth
--- a/cmds/fleet/Cargo.toml
+++ b/cmds/fleet/Cargo.toml
@@ -22,7 +22,7 @@
 base64 = "0.21"
 chrono = { version = "0.4", features = ["serde"] }
 z85 = "3.0"
-clap = { version = "4.5", features = ["derive", "env", "wrap_help", "unicode"] }
+clap = { version = ">=4.4, <4.5", features = ["derive", "env", "wrap_help", "unicode"] }
 tracing = "0.1"
 tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
 tokio-util = { version = "0.7", features = ["codec"] }
modifiedcmds/install-secrets/Cargo.tomldiffbeforeafterboth
--- a/cmds/install-secrets/Cargo.toml
+++ b/cmds/install-secrets/Cargo.toml
@@ -2,6 +2,8 @@
 name = "fleet-install-secrets"
 version = "0.1.0"
 edition = "2021"
+rust-version = "1.73"
+
 
 [dependencies]
 age = { version = "0.10.0", features = ["ssh"] }
@@ -11,7 +13,7 @@
 nix = {version = "0.27.1", features = ["user", "fs"]}
 serde = { version = "1.0.196", features = ["derive"] }
 serde_json = "1.0.113"
-clap = { version = "4.5.1", features = [
+clap = { version = ">=4.4, <4.5", features = [
 	"derive",
 	"env",
 	"wrap_help",