fix + refactor
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-11 16:21:15 +01:00
parent 56f13c6524
commit 3696f61b02
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 524 additions and 446 deletions

10
Cargo.lock generated
View file

@ -3569,6 +3569,15 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "url-escape"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218"
dependencies = [
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
@ -3752,6 +3761,7 @@ dependencies = [
"tokio",
"toml",
"url",
"url-escape",
"uuid",
]