chore(deps): update rust crate kxio to v3.1
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 8m58s
Rust / build (map[name:nightly]) (push) Successful in 6m54s
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
Release Please / Release-plz (push) Successful in 1m57s
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-11-22 16:07:37 +00:00
parent ffe069c67b
commit 8682f3ebfe
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2778,9 +2778,9 @@ dependencies = [
[[package]]
name = "kxio"
version = "3.0.0"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d58847f89c67f7152c76eaa5257606157e830151966c4e95268acfb9188b65d"
checksum = "d6fd1ff0b499ac9329ab39bdc334571c0c9488aec5cdc84b4463b7a65a9e276b"
dependencies = [
"bytes",
"derive_more",

View file

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