chore(deps): update rust crate kxio to v5
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 1m40s
Rust / build (map[name:stable]) (pull_request) Failing after 31s

This commit is contained in:
Renovate Bot 2024-12-31 00:32:22 +00:00
parent b69243acf1
commit c499a94b18
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2755,9 +2755,9 @@ dependencies = [
[[package]]
name = "kxio"
version = "4.0.0"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b711909378294af8b006b4df66e8b2de75fc0c2c98ff9ea7ef1422ae7c859a3d"
checksum = "ec15c915b6fb790d4dac6c1c101c01d29bd4701e5d55e48ae47bad69356eb7b4"
dependencies = [
"base64 0.22.1",
"bytes",

View file

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