diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-04-23 19:51:20 +0100 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-04-23 20:14:28 +0100 |
commit | c168383113cff62e959b7164c83c483f32aeb59f (patch) | |
tree | 54cbf29af61220f686cce647f5188c56fd88ffa5 /src/api | |
parent | a2a35ac7a87fce2e38b8406f083e2350d4181b69 (diff) | |
download | garage-c168383113cff62e959b7164c83c483f32aeb59f.tar.gz garage-c168383113cff62e959b7164c83c483f32aeb59f.zip |
api/Cargo.toml: Bumped quick-xml to version 0.26.
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 40793fd5..9babec02 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -51,7 +51,7 @@ roxmltree = "0.14" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11" serde_json = "1.0" -quick-xml = { version = "0.21", features = [ "serialize" ] } +quick-xml = { version = "0.26", features = [ "serialize" ] } url = "2.3" opentelemetry = "0.17" |