chore(deps): update rust crate kxio to v4
Some checks failed
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
Rust / build (map[name:nightly]) (pull_request) Failing after 1m21s
Rust / build (map[name:stable]) (pull_request) Failing after 1m33s

This commit is contained in:
Renovate Bot 2024-12-15 15:02:04 +00:00
parent 8a877ddf63
commit 1b3f3e2f28
2 changed files with 5 additions and 3 deletions

6
Cargo.lock generated
View file

@ -2755,10 +2755,11 @@ dependencies = [
[[package]]
name = "kxio"
version = "3.1.0"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6fd1ff0b499ac9329ab39bdc334571c0c9488aec5cdc84b4463b7a65a9e276b"
checksum = "b711909378294af8b006b4df66e8b2de75fc0c2c98ff9ea7ef1422ae7c859a3d"
dependencies = [
"base64 0.22.1",
"bytes",
"derive_more",
"http 1.1.0",
@ -2766,6 +2767,7 @@ dependencies = [
"reqwest",
"tempfile",
"tokio",
"tracing",
"url",
]

View file

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