public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cargo] epel10: Update to version 0.95.0
Date: Fri, 05 Jun 2026 16:39:49 GMT	[thread overview]
Message-ID: <178067758944.1.15128150241359882058.rpms-rust-cargo-7179c9b60bc3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cargo
Branch : epel10
Commit : 7179c9b60bc3ad63b0f2f43319b27db2e6f12194
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-05T18:17:52+02:00
Stats  : +24/-27 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cargo/c/7179c9b60bc3ad63b0f2f43319b27db2e6f12194?branch=epel10

Log:
Update to version 0.95.0

---
diff --git a/.gitignore b/.gitignore
index d4da86e..1fd2175 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /cargo-0.92.0.crate
 /cargo-0.93.0.crate
 /cargo-0.94.0.crate
+/cargo-0.95.0.crate

diff --git a/cargo-fix-metadata-auto.diff b/cargo-fix-metadata-auto.diff
index 2911eff..bcac9b9 100644
--- a/cargo-fix-metadata-auto.diff
+++ b/cargo-fix-metadata-auto.diff
@@ -1,17 +1,17 @@
---- cargo-0.94.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cargo-0.94.0/Cargo.toml	2026-05-28T15:47:23.429300+00:00
-@@ -377,26 +377,8 @@
+--- cargo-0.95.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ cargo-0.95.0/Cargo.toml	2026-06-05T15:32:13.115526+00:00
+@@ -380,26 +380,8 @@
  [target.'cfg(target_os = "linux")'.dev-dependencies.memfd]
  version = "0.6.5"
  
 -[target.'cfg(target_os = "macos")'.dependencies.cargo-credential-macos-keychain]
--version = "0.4.19"
+-version = "0.4.20"
 -
  [target."cfg(unix)".dependencies.libc]
- version = "0.2.177"
+ version = "0.2.178"
 -
 -[target."cfg(windows)".dependencies.cargo-credential-wincred]
--version = "0.4.19"
+-version = "0.4.20"
 -
 -[target."cfg(windows)".dependencies.windows-sys]
 -version = "0.61"
@@ -27,7 +27,7 @@
  
  [lints.clippy]
  dbg_macro = "warn"
-@@ -418,3 +400,4 @@
+@@ -421,3 +403,4 @@
  
  [lints.rustdoc]
  private_intra_doc_links = "allow"

diff --git a/cargo-fix-metadata.diff b/cargo-fix-metadata.diff
index 11c21c5..40f89c2 100644
--- a/cargo-fix-metadata.diff
+++ b/cargo-fix-metadata.diff
@@ -1,5 +1,5 @@
---- cargo-0.94.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cargo-0.94.0/Cargo.toml	2026-05-28T15:49:52.655259+00:00
+--- cargo-0.95.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ cargo-0.95.0/Cargo.toml	2026-06-05T15:33:44.198858+00:00
 @@ -31,17 +31,9 @@
  resolver = "2"
  
@@ -22,7 +22,7 @@
  version = "0.21.0"
  
  [dependencies.gix]
--version = "0.74.1"
+-version = "0.77.0"
 -features = [
 +version = "0.83.0"
 +features = [
@@ -30,21 +30,19 @@
      "progress-tree",
      "parallel",
      "dirwalk",
-@@ -209,8 +202,7 @@
- version = "1.12.2"
- 
+@@ -211,7 +204,6 @@
  [dependencies.rusqlite]
--version = "0.37.0"
--features = ["bundled"]
-+version = ">=0.31,<0.38"
+ version = "0.38.0"
+ features = [
+-    "bundled",
+     "fallible_uint",
+ ]
  
- [dependencies.rustc-hash]
- version = "2.1.1"
-@@ -328,8 +320,9 @@
- version = "0.9.1"
+@@ -331,8 +323,9 @@
+ version = "0.10.0"
  
  [dev-dependencies.gix]
--version = "0.74.1"
+-version = "0.77.0"
 -features = [
 +version = "0.83.0"
 +features = [
@@ -52,11 +50,11 @@
      "progress-tree",
      "parallel",
      "dirwalk",
-@@ -339,7 +332,7 @@
+@@ -342,7 +335,7 @@
  default-features = false
  
  [dev-dependencies.gix-transport]
--version = "0.49.1"
+-version = "0.52.1"
 +version = "0.57.0"
  features = ["http-client-insecure-credentials"]
  

diff --git a/rust-cargo.spec b/rust-cargo.spec
index 388a903..4480a1a 100644
--- a/rust-cargo.spec
+++ b/rust-cargo.spec
@@ -12,7 +12,7 @@
 %global crate cargo
 
 Name:           rust-cargo
-Version:        0.94.0
+Version:        0.95.0
 Release:        %autorelease
 Summary:        Package manager for Rust
 
@@ -23,7 +23,6 @@ Source:         %{crates_source}
 Patch:          cargo-fix-metadata-auto.diff
 # Manually created patch for downstream crate metadata changes
 # * drop features for statically linking cURL, libgit2, OpenSSL, and SQLite
-# * relax rusqlite dependency to allow building with v0.31..v0.37
 # * bump gix to version 0.83
 # * bump gix-transport to version 0.57
 Patch:          cargo-fix-metadata.diff

diff --git a/rust2rpm.toml b/rust2rpm.toml
index cf9c242..4e50500 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,7 +5,6 @@ description = "Package manager for Rust."
 cargo-install-bin = false
 cargo-toml-patch-comments = [
     "drop features for statically linking cURL, libgit2, OpenSSL, and SQLite",
-    "relax rusqlite dependency to allow building with v0.31..v0.37",
     "bump gix to version 0.83",
     "bump gix-transport to version 0.57",
 ]

diff --git a/sources b/sources
index cc8559a..9ab8683 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-0.94.0.crate) = 824cc1a96028f244418ae9bb9e3c3cb94f49c819af59dd657742a16335427136b146dfe3a460f66fa447fc972cc127d16fa690ec279f88dfc4f89c892ed06800
+SHA512 (cargo-0.95.0.crate) = 599fbc6607dd1862cdba1d19331e26cf51741953b039d0e6f7449039ff5ba8674c733099ff71739fe2f8ad5b17e53f5cbe5ed1964a25e447afcbe95c9bbb3126

                 reply	other threads:[~2026-06-05 16:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178067758944.1.15128150241359882058.rpms-rust-cargo-7179c9b60bc3@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox