chore(deps): update rust crate progenitor to 0.11.0
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m37s
Build and test / Tests (pull_request) Successful in 1m52s
Build and test / Clippy (pull_request) Successful in 1m52s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Build AMD64 (pull_request) Successful in 1m53s
Build and test / Generate Documentation (pull_request) Successful in 1m53s

This commit is contained in:
Marc Plano-Lesay 2025-08-01 14:58:17 +10:00
parent 7ddc1ef26d
commit 47c039cc71
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
6 changed files with 54 additions and 56 deletions

View file

@ -24,7 +24,7 @@ figment_file_provider_adapter = "0.1.1"
log = "0.4.22"
multimap = "0.10.0"
pretty_env_logger = "0.5.0"
progenitor-client = "0.8.0"
progenitor-client = "0.11.0"
readonly = "0.2.12"
regress = "0.10.1"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
@ -37,7 +37,7 @@ vcard4 = "0.5.2"
[build-dependencies]
openapiv3 = "2.0.0"
prettyplease = "0.2.24"
progenitor = "0.8.0"
progenitor = "0.11.0"
serde_json = "1.0"
syn = "2.0"