diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9bc3ef62..007d45e4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ http_client = ["httparse", "native-tls"] [dependencies] rocksdb = { version = "0.15", optional = true } sled = { version = "0.34", optional = true } -quick-xml = "0.21" +quick-xml = "0.22" rand = "0.8" md-5 = "0.9" sha-1 = "0.9"