diff --git a/Cargo.lock b/Cargo.lock index 3374249..c1cae29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1043,9 +1043,10 @@ dependencies = [ [[package]] name = "libversion-sys" version = "0.1.0" -source = "git+https://github.com/DUpdateSystem/libversion-sys?rev=0bf93a13845e6abcbfc1514fe240be624de370f8#0bf93a13845e6abcbfc1514fe240be624de370f8" +source = "git+https://github.com/DUpdateSystem/libversion-sys?rev=68391515ac8f555ca86bc5dfcd980f66352e414d#68391515ac8f555ca86bc5dfcd980f66352e414d" dependencies = [ "bindgen", + "cc", "cmake", ] @@ -1267,9 +1268,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.38.4" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" +checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" dependencies = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 45acc52..ac0385a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,9 @@ tokio = { version = "1", features = ["full", "macros"] } bytes = "1.11.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149" -quick-xml = { version = "0.38.4", features = ["encoding", "async-tokio"] } +quick-xml = { version = "0.39.0", features = ["encoding", "async-tokio"] } async_fn_traits = "0.1.1" -libversion-sys = { git = "https://github.com/DUpdateSystem/libversion-sys", rev = "0bf93a13845e6abcbfc1514fe240be624de370f8" } +libversion-sys = { git = "https://github.com/DUpdateSystem/libversion-sys", rev = "68391515ac8f555ca86bc5dfcd980f66352e414d" } regex = "1.12.2" hyper-util = { version = "0.1.19", features = ["client", "tokio", "http1"] } http-body-util = "0.1.3"