public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cargo] epel9: Update to version 0.92.0
@ 2026-05-31 22:23 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-05-31 22:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-cargo
Branch : epel9
Commit : 0207fb10b12b1262f95500d954372388a624cfd2
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-05-31T23:17:39+02:00
Stats  : +23/-22 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cargo/c/0207fb10b12b1262f95500d954372388a624cfd2?branch=epel9

Log:
Update to version 0.92.0

---
diff --git a/.gitignore b/.gitignore
index 05e1610..d5662b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /cargo-0.89.0.crate
 /cargo-0.90.0.crate
 /cargo-0.91.0.crate
+/cargo-0.92.0.crate

diff --git a/cargo-fix-metadata-auto.diff b/cargo-fix-metadata-auto.diff
index dadc5a1..54cf992 100644
--- a/cargo-fix-metadata-auto.diff
+++ b/cargo-fix-metadata-auto.diff
@@ -1,17 +1,17 @@
---- cargo-0.91.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cargo-0.91.0/Cargo.toml	2026-05-31T21:10:54.841126+00:00
-@@ -366,26 +366,8 @@
+--- cargo-0.92.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ cargo-0.92.0/Cargo.toml	2026-05-31T21:15:00.689106+00:00
+@@ -373,26 +373,8 @@
  [target.'cfg(target_os = "linux")'.dependencies.cargo-credential-libsecret]
- version = "0.5.0"
+ version = "0.5.2"
  
 -[target.'cfg(target_os = "macos")'.dependencies.cargo-credential-macos-keychain]
--version = "0.4.15"
+-version = "0.4.17"
 -
  [target."cfg(unix)".dependencies.libc]
  version = "0.2.174"
 -
 -[target."cfg(windows)".dependencies.cargo-credential-wincred]
--version = "0.4.15"
+-version = "0.4.17"
 -
 -[target."cfg(windows)".dependencies.windows-sys]
 -version = "0.60"
@@ -27,7 +27,7 @@
  
  [lints.clippy]
  dbg_macro = "warn"
-@@ -407,3 +389,4 @@
+@@ -414,3 +396,4 @@
  
  [lints.rustdoc]
  private_intra_doc_links = "allow"

diff --git a/cargo-fix-metadata.diff b/cargo-fix-metadata.diff
index 8eec4af..76440b4 100644
--- a/cargo-fix-metadata.diff
+++ b/cargo-fix-metadata.diff
@@ -1,5 +1,5 @@
---- cargo-0.91.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cargo-0.91.0/Cargo.toml	2026-05-31T21:12:24.919357+00:00
+--- cargo-0.92.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ cargo-0.92.0/Cargo.toml	2026-05-31T21:16:00.715637+00:00
 @@ -31,17 +31,9 @@
  resolver = "2"
  
@@ -18,7 +18,7 @@
  
  [lib]
  name = "cargo"
-@@ -127,8 +119,9 @@
+@@ -128,8 +120,9 @@
  version = "0.21.0"
  
  [dependencies.gix]
@@ -30,18 +30,18 @@
      "progress-tree",
      "parallel",
      "dirwalk",
-@@ -207,8 +200,7 @@
+@@ -208,8 +201,7 @@
  version = "1.11.1"
  
  [dependencies.rusqlite]
--version = "0.36.0"
+-version = "0.37.0"
 -features = ["bundled"]
-+version = ">=0.31,<0.37"
++version = ">=0.31,<0.38"
  
  [dependencies.rustc-hash]
  version = "2.1.1"
-@@ -320,8 +312,9 @@
- version = "0.8.0"
+@@ -327,8 +319,9 @@
+ version = "0.8.1"
  
  [dev-dependencies.gix]
 -version = "0.73.0"
@@ -52,7 +52,7 @@
      "progress-tree",
      "parallel",
      "dirwalk",
-@@ -331,7 +324,7 @@
+@@ -338,7 +331,7 @@
  default-features = false
  
  [dev-dependencies.gix-transport]

diff --git a/rust-cargo.spec b/rust-cargo.spec
index 7da4028..a5f0ad2 100644
--- a/rust-cargo.spec
+++ b/rust-cargo.spec
@@ -12,7 +12,7 @@
 %global crate cargo
 
 Name:           rust-cargo
-Version:        0.91.0
+Version:        0.92.0
 Release:        %autorelease
 Summary:        Package manager for Rust
 
@@ -23,8 +23,8 @@ 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 dependency from 0.72 to 0.83
+# * relax rusqlite dependency to allow building with v0.31..v0.38
+# * bump gix dependency from 0.73 to 0.83
 Patch:          cargo-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 26

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b1f087e..c3c7afa 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,8 +5,8 @@ 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 dependency from 0.72 to 0.83",
+    "relax rusqlite dependency to allow building with v0.31..v0.38",
+    "bump gix dependency from 0.73 to 0.83",
 ]
 # this file only refers to statically linked executables distributed by upstream
 license-files.exclude = ["LICENSE-THIRD-PARTY"]

diff --git a/sources b/sources
index 5136ac0..28168f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-0.91.0.crate) = 9140d0b25cdad71daa61289d862096d5b1e2b1e0eb4708e723f5173e3e795354ea10f1ed65636842b0c00e74b83ff702aad1d94544d6664006e3f32fe09c18da
+SHA512 (cargo-0.92.0.crate) = a412e39c72227ded20b4b47d2bf82037f4a6904012206ad1268762522f028295783f7c47d6dda7b9ef205977932ea31c56b0049a8d4ab2c68277a4941945227c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 22:23 [rpms/rust-cargo] epel9: Update to version 0.92.0 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox