public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cargo] f43: Update to version 0.97.2
@ 2026-08-20 10:04 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-20 10:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-cargo
Branch : f43
Commit : f4634bae7bc13a4fb3556c3b6f2e65a58f8ef62e
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-18T15:13:45+02:00
Stats  : +33/-41 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cargo/c/f4634bae7bc13a4fb3556c3b6f2e65a58f8ef62e?branch=f43

Log:
Update to version 0.97.2

---
diff --git a/.gitignore b/.gitignore
index 8aa45c4..1761d04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
 /cargo-0.94.0.crate
 /cargo-0.95.0.crate
 /cargo-0.96.0.crate
+/cargo-0.97.2.crate

diff --git a/cargo-fix-metadata-auto.diff b/cargo-fix-metadata-auto.diff
index 59e4fc2..0fb8bf7 100644
--- a/cargo-fix-metadata-auto.diff
+++ b/cargo-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- cargo-0.96.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ cargo-0.96.0/Cargo.toml	2026-08-10T12:17:39.901419+00:00
-@@ -387,26 +387,8 @@
+--- cargo-0.97.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ cargo-0.97.2/Cargo.toml	2026-08-18T12:49:23.878362+00:00
+@@ -405,26 +405,8 @@
  [target.'cfg(target_os = "linux")'.dev-dependencies.memfd]
  version = "0.6.5"
  
@@ -8,7 +8,7 @@
 -version = "0.4.21"
 -
  [target."cfg(unix)".dependencies.libc]
- version = "0.2.178"
+ version = "0.2.184"
 -
 -[target."cfg(windows)".dependencies.cargo-credential-wincred]
 -version = "0.4.21"
@@ -27,7 +27,7 @@
  
  [lints.clippy]
  dbg_macro = "warn"
-@@ -428,3 +410,4 @@
+@@ -447,3 +429,4 @@
  
  [lints.rustdoc]
  private_intra_doc_links = "allow"

diff --git a/cargo-fix-metadata.diff b/cargo-fix-metadata.diff
index 2615251..f3a42b1 100644
--- a/cargo-fix-metadata.diff
+++ b/cargo-fix-metadata.diff
@@ -1,5 +1,5 @@
---- cargo-0.96.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ cargo-0.96.0/Cargo.toml	2026-08-10T12:18:08.859168+00:00
+--- cargo-0.97.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ cargo-0.97.2/Cargo.toml	2026-08-18T12:51:24.103693+00:00
 @@ -31,17 +31,9 @@
  resolver = "2"
  
@@ -18,64 +18,53 @@
  
  [lib]
  name = "cargo"
-@@ -111,7 +103,7 @@
- features = ["http2"]
- 
- [dependencies.curl-sys]
--version = "=0.4.83"
-+version = "0.4.83"
- 
- [dependencies.filetime]
- version = "0.2.26"
-@@ -128,8 +120,9 @@
+@@ -144,7 +136,7 @@
  version = "0.21.0"
  
  [dependencies.gix]
--version = "0.79.0"
--features = [
+-version = "0.81.0"
 +version = "0.85.0"
-+features = [
-+    "sha1",
+ features = [
+     "sha1",
      "progress-tree",
-     "parallel",
-     "dirwalk",
-@@ -214,7 +207,6 @@
+@@ -235,9 +227,8 @@
+ version = "1.12.3"
+ 
  [dependencies.rusqlite]
- version = "0.38.0"
- features = [
+-version = "0.39.0"
+-features = [
 -    "bundled",
++version = ">=0.38,<0.40"
++features = [
      "fallible_uint",
  ]
  
-@@ -334,8 +326,9 @@
- version = "0.11.0"
+@@ -354,7 +345,7 @@
+ version = "0.11.2"
  
  [dev-dependencies.gix]
--version = "0.79.0"
--features = [
+-version = "0.81.0"
 +version = "0.85.0"
-+features = [
-+    "sha1",
+ features = [
+     "sha1",
      "progress-tree",
-     "parallel",
-     "dirwalk",
-@@ -345,7 +338,7 @@
+@@ -366,7 +357,7 @@
  default-features = false
  
  [dev-dependencies.gix-transport]
--version = "0.54.0"
+-version = "0.55.1"
 +version = "0.57.0"
  features = ["http-client-insecure-credentials"]
  
  [dev-dependencies.same-file]
-@@ -372,10 +365,6 @@
+@@ -393,10 +384,6 @@
  
  [target."cfg(not(windows))".dependencies.openssl]
- version = "0.10.75"
+ version = "0.10.76"
 -optional = true
 -
 -[target."cfg(not(windows))".dependencies.openssl-src]
 -version = "=300.5.4"
  optional = true
  
- [target.'cfg(target_has_atomic = "64")'.dependencies.tracing-chrome]
+ [target.'cfg(target_os = "linux")'.dependencies.cargo-credential-libsecret]

diff --git a/rust-cargo.spec b/rust-cargo.spec
index ac20c1b..f7ee448 100644
--- a/rust-cargo.spec
+++ b/rust-cargo.spec
@@ -12,7 +12,7 @@
 %global crate cargo
 
 Name:           rust-cargo
-Version:        0.96.0
+Version:        0.97.2
 Release:        %autorelease
 Summary:        Package manager for Rust
 
@@ -25,6 +25,7 @@ Patch:          cargo-fix-metadata-auto.diff
 # * drop features for statically linking cURL, libgit2, OpenSSL, and SQLite
 # * bump gix to version 0.85
 # * bump gix-transport to version 0.57
+# * relax rusqlite dependency to '>=0.38,<0.40'
 Patch:          cargo-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 26

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8704c28..7bfd5f4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -7,6 +7,7 @@ cargo-toml-patch-comments = [
     "drop features for statically linking cURL, libgit2, OpenSSL, and SQLite",
     "bump gix to version 0.85",
     "bump gix-transport to version 0.57",
+    "relax rusqlite dependency to '>=0.38,<0.40'",
 ]
 # this file only refers to statically linked executables distributed by upstream
 license-files.exclude = ["LICENSE-THIRD-PARTY"]

diff --git a/sources b/sources
index 294b433..b7e1788 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-0.96.0.crate) = 10b0db8630d5003db2225daf1e1da88f5bf01faf8e0fd116fa511c7eb9baaec06cc1d897e1ab63a81f2c0f7a3566ce098b4752b41af553006ed91fd3833f68f4
+SHA512 (cargo-0.97.2.crate) = 8b21166c70cce670f28f4b6a3ffc978a27f2e3e7b1ce5048fed93450fa6380e1c83c5cbc54993de29b5d45cdcabca148bb48c68daeb683551ea53ab6d251d4f2

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

only message in thread, other threads:[~2026-08-20 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 10:04 [rpms/rust-cargo] f43: Update to version 0.97.2 Fabio Valentini

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