diff --git a/Cargo.toml b/Cargo.toml index f4bb470c9..f26311a76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,5 +61,5 @@ colored = "2.1.0" idgenerator = "2.0.0" num_cpus = "1.16.0" config = "0.14.0" -shadow-rs = "0.28.0" +shadow-rs = "0.29.0" reqwest = "0.12.4" diff --git a/mega/Cargo.toml b/mega/Cargo.toml index c7fde6720..97a004acd 100644 --- a/mega/Cargo.toml +++ b/mega/Cargo.toml @@ -37,7 +37,7 @@ russh-keys = { workspace = true } async-trait = { workspace = true } bytes = { workspace = true } go-defer = { workspace = true } -git2 = "0.18.3" +git2 = "0.19.0" toml = "0.8.13" [build-dependencies]