aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-04-24 09:00:00 +0000
committerAlex <alex@adnab.me>2023-04-24 09:00:00 +0000
commita16eb7e4b8344d2f58c09a249b7b1bd17d339a35 (patch)
tree0afe15b9067ab5bf1e589d3bc9e5448c5b958eca /Cargo.lock
parent67420705178185503d5ff436e97c67420f205ee3 (diff)
parent689487814627c0a8fcd769405f042addda5d9947 (diff)
downloadgarage-a16eb7e4b8344d2f58c09a249b7b1bd17d339a35.tar.gz
garage-a16eb7e4b8344d2f58c09a249b7b1bd17d339a35.zip
Merge pull request 'api/Cargo.toml: Bumped quick-xml to version 0.26.' (#552) from jpds/garage:quick-xml-0.26 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/552
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20385ffd..89d25740 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2771,9 +2771,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-xml"
-version = "0.21.0"
+version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0452695941410a58c8ce4391707ba9bad26a247173bd9886a05a5e8a8babec75"
+checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
dependencies = [
"memchr",
"serde",