chore(deps): update rust crate kxio to v2
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful

This commit is contained in:
Renovate Bot 2024-11-14 20:16:30 +00:00
parent 484c37ad0d
commit d30c582e02
2 changed files with 8 additions and 41 deletions

47
Cargo.lock generated
View file

@ -1127,7 +1127,7 @@ dependencies = [
"ratatui", "ratatui",
"regex", "regex",
"rstest", "rstest",
"secrecy 0.10.3", "secrecy",
"sendmail", "sendmail",
"serde_json", "serde_json",
"standardwebhooks", "standardwebhooks",
@ -1160,7 +1160,7 @@ dependencies = [
"pike", "pike",
"pretty_assertions", "pretty_assertions",
"rand", "rand",
"secrecy 0.10.3", "secrecy",
"serde", "serde",
"serde_json", "serde_json",
"take-until", "take-until",
@ -1181,7 +1181,7 @@ dependencies = [
"git-next-core", "git-next-core",
"kxio", "kxio",
"rand", "rand",
"secrecy 0.10.3", "secrecy",
"serde", "serde",
"serde_json", "serde_json",
"tokio", "tokio",
@ -1201,7 +1201,7 @@ dependencies = [
"hmac", "hmac",
"kxio", "kxio",
"rand", "rand",
"secrecy 0.10.3", "secrecy",
"serde", "serde",
"serde_json", "serde_json",
"sha2", "sha2",
@ -2643,22 +2643,16 @@ dependencies = [
[[package]] [[package]]
name = "kxio" name = "kxio"
version = "1.2.0" version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3dd097e810dd8348c82d8f3da1548bcd03dbfa744456dae7194a977e0c50a9" checksum = "866086a5a345e4aaae12cd9d35ba0a794935fdaa67c779e1c76bd0109d219e27"
dependencies = [ dependencies = [
"async-trait",
"derive_more", "derive_more",
"http 1.1.0", "http 1.1.0",
"path-clean", "path-clean",
"reqwest", "reqwest",
"secrecy 0.8.0",
"serde",
"serde-xml-rs",
"serde_json",
"tempfile", "tempfile",
"thiserror", "url",
"tracing",
] ]
[[package]] [[package]]
@ -3724,15 +3718,6 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "secrecy"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
dependencies = [
"zeroize",
]
[[package]] [[package]]
name = "secrecy" name = "secrecy"
version = "0.10.3" version = "0.10.3"
@ -3786,18 +3771,6 @@ dependencies = [
"serde_derive", "serde_derive",
] ]
[[package]]
name = "serde-xml-rs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.209" version = "1.0.209"
@ -5033,12 +5006,6 @@ dependencies = [
"winapi", "winapi",
] ]
[[package]]
name = "xml-rs"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601"
[[package]] [[package]]
name = "yansi" name = "yansi"
version = "0.5.1" version = "0.5.1"

View file

@ -60,7 +60,7 @@ async-trait = "0.1"
git-url-parse = "0.4" git-url-parse = "0.4"
# fs/network # fs/network
kxio = { version = "1.2" } kxio = { version = "2.0" }
# TOML parsing # TOML parsing
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }