Compare commits

..

1 commit

Author SHA1 Message Date
Renovate
5eed7a6f5f fix(deps): update rust crate clap-verbosity-flag to v3
All checks were successful
Build and test / Clippy (pull_request) Successful in 43s
Build and test / Build AMD64 (pull_request) Successful in 43s
Checking yaml / Run yamllint (pull_request) Successful in 6s
Build and test / Tests (pull_request) Successful in 55s
Checking Renovate configuration / validate (pull_request) Successful in 1m7s
Build and test / Generate Documentation (pull_request) Successful in 1m1s
2025-08-25 13:32:52 +10:00
4 changed files with 364 additions and 370 deletions

717
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -12,12 +12,12 @@ keywords = ["immich"]
ignored = ["progenitor-client", "regress"]
[dependencies]
bon = "3.0.0"
bon = "2.3.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.20", features = ["derive"] }
clap-verbosity-flag = "3.0.0"
color-eyre = "0.6.3"
dialoguer = "0.12.0"
dialoguer = "0.11.0"
directories = "6.0.0"
figment = { version = "0.10.19", features = ["env", "toml"] }
figment_file_provider_adapter = "0.1.1"

12
flake.lock generated
View file

@ -57,11 +57,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1761373498,
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
"lastModified": 1755615617,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
"type": "github"
},
"original": {
@ -80,11 +80,11 @@
]
},
"locked": {
"lastModified": 1760663237,
"narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
"lastModified": 1755960406,
"narHash": "sha256-RF7j6C1TmSTK9tYWO6CdEMtg6XZaUKcvZwOCD2SICZs=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
"rev": "e891a93b193fcaf2fc8012d890dc7f0befe86ec2",
"type": "github"
},
"original": {

View file

@ -1,3 +1,4 @@
#![allow(renamed_and_removed_lints)] // https://github.com/oxidecomputer/progenitor/issues/1169
include!(concat!(env!("OUT_DIR"), "/client.rs"));
#[cfg(test)]