core: bump openapitools/openapi-generator-cli from v7.20.0 to v7.23.0 in /packages/client-rust (#22574)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
dependabot[bot]
2026-06-17 13:48:26 +00:00
committed by GitHub
parent c755232f0a
commit 13f938cb64
13 changed files with 37 additions and 32 deletions
Generated
+5 -2
View File
@@ -219,6 +219,7 @@ name = "authentik-client"
version = "2026.8.0-rc1"
dependencies = [
"aws-lc-rs",
"chrono",
"reqwest",
"reqwest-middleware",
"rustls",
@@ -567,13 +568,15 @@ dependencies = [
[[package]]
name = "chrono"
version = "0.4.44"
version = "0.4.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link",
]