Skip to content

Commit d02cc84

Browse files
fix(deps): update all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f011d9b commit d02cc84

File tree

2 files changed

+109
-15
lines changed

2 files changed

+109
-15
lines changed

Cargo.lock

Lines changed: 107 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0.149"
2121
quick-xml = { version = "0.39.0", features = ["encoding", "async-tokio"] }
2222
async_fn_traits = "0.1.1"
23-
libversion-sys = { git = "https://github.com/DUpdateSystem/libversion-sys", rev = "68391515ac8f555ca86bc5dfcd980f66352e414d" }
23+
libversion-sys = { git = "https://github.com/DUpdateSystem/libversion-sys", rev = "85acd4e3b1c5723547cf18725201673c2647119a" }
2424
regex = "1.12.2"
2525
hyper-util = { version = "0.1.19", features = ["client", "tokio", "http1"] }
2626
http-body-util = "0.1.3"
2727
jsonrpsee = { version = "0.26.0", features = ["server", "client"] }
2828
hyper-rustls = { version = "0.27.7", features = ["http1", "http2", "native-tokio", "ring", "tls12"], default-features = false }
29-
rustls-platform-verifier = { version = "0.6.2", optional = true }
29+
rustls-platform-verifier = { version = "0.7.0", optional = true }
3030
rustls = { version = "0.23.36", default-features = false }
3131
markdown = "1.0.0"
3232
# Downloader dependencies

0 commit comments

Comments
 (0)