From 2af944a61db1eb16d8915c7ce93ce5a4d410f364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:34:12 +0000 Subject: [PATCH 1/2] Update shadow-rs requirement from 0.28.0 to 0.29.0 Updates the requirements on [shadow-rs](https://github.com/baoyachi/shadow-rs) to permit the latest version. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.28.0...v0.28.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From b356addfd392ddb49cbc3a78966298f6c1558a07 Mon Sep 17 00:00:00 2001 From: Tianxing Ye Date: Tue, 25 Jun 2024 09:44:16 +0800 Subject: [PATCH 2/2] Update Cargo.toml --- mega/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]