From 904e2b8c45ec14c19fa833904a9deb94123f11d7 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 20 Jan 2025 18:01:31 +0100 Subject: [PATCH 1/2] Bump rust-version to 1.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f311233..ff17d59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/frewsxcv/rust-crates-index" license = "Apache-2.0" documentation = "https://docs.rs/crates-index/" edition = "2021" -rust-version = "1.60" +rust-version = "1.81" include = ["src/**/*", "examples/*.rs", "LICENSE", "README.md", "CHANGELOG.md"] [[example]] From bb29e3f8ca60132a84260060fbef77e206d0691d Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 20 Jan 2025 18:01:45 +0100 Subject: [PATCH 2/2] feat: upgrade `gix` to v0.70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff17d59a..004503f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ name = "update_and_get_most_recent_version" required-features = ["git-https"] [dependencies] -gix = { version = "0.69.0", default-features = false, features = [ +gix = { version = "0.70.0", default-features = false, features = [ "max-performance-safe", "blocking-network-client", "revision",