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

A new commit has been pushed.

Repo   : rpms/rust-cargo
Branch : f43
Commit : 27ce2ec0e1425cf107c5af076a2fbf0afc7ac752
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-10T14:18:33+02:00
Stats  : +38/-17 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cargo/c/27ce2ec0e1425cf107c5af076a2fbf0afc7ac752?branch=f43

Log:
Update to version 0.96.0

---
diff --git a/.gitignore b/.gitignore
index 1fd2175..8aa45c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@
 /cargo-0.93.0.crate
 /cargo-0.94.0.crate
 /cargo-0.95.0.crate
+/cargo-0.96.0.crate

diff --git a/cargo-fix-metadata-auto.diff b/cargo-fix-metadata-auto.diff
index bcac9b9..59e4fc2 100644
--- a/cargo-fix-metadata-auto.diff
+++ b/cargo-fix-metadata-auto.diff
@@ -1,17 +1,17 @@
---- 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 @@
+--- 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 @@
  [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.20"
+-version = "0.4.21"
 -
  [target."cfg(unix)".dependencies.libc]
  version = "0.2.178"
 -
 -[target."cfg(windows)".dependencies.cargo-credential-wincred]
--version = "0.4.20"
+-version = "0.4.21"
 -
 -[target."cfg(windows)".dependencies.windows-sys]
 -version = "0.61"
@@ -27,7 +27,7 @@
  
  [lints.clippy]
  dbg_macro = "warn"
-@@ -421,3 +403,4 @@
+@@ -428,3 +410,4 @@
  
  [lints.rustdoc]
  private_intra_doc_links = "allow"

diff --git a/cargo-fix-metadata.diff b/cargo-fix-metadata.diff
index 078f9e0..2615251 100644
--- a/cargo-fix-metadata.diff
+++ b/cargo-fix-metadata.diff
@@ -1,5 +1,5 @@
---- 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
+--- 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
 @@ -31,17 +31,9 @@
  resolver = "2"
  
@@ -18,11 +18,20 @@
  
  [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 @@
  version = "0.21.0"
  
  [dependencies.gix]
--version = "0.77.0"
+-version = "0.79.0"
 -features = [
 +version = "0.85.0"
 +features = [
@@ -30,7 +39,7 @@
      "progress-tree",
      "parallel",
      "dirwalk",
-@@ -211,7 +204,6 @@
+@@ -214,7 +207,6 @@
  [dependencies.rusqlite]
  version = "0.38.0"
  features = [
@@ -38,11 +47,11 @@
      "fallible_uint",
  ]
  
-@@ -331,8 +323,9 @@
- version = "0.10.0"
+@@ -334,8 +326,9 @@
+ version = "0.11.0"
  
  [dev-dependencies.gix]
--version = "0.77.0"
+-version = "0.79.0"
 -features = [
 +version = "0.85.0"
 +features = [
@@ -50,12 +59,23 @@
      "progress-tree",
      "parallel",
      "dirwalk",
-@@ -342,7 +335,7 @@
+@@ -345,7 +338,7 @@
  default-features = false
  
  [dev-dependencies.gix-transport]
--version = "0.52.1"
+-version = "0.54.0"
 +version = "0.57.0"
  features = ["http-client-insecure-credentials"]
  
  [dev-dependencies.same-file]
+@@ -372,10 +365,6 @@
+ 
+ [target."cfg(not(windows))".dependencies.openssl]
+ version = "0.10.75"
+-optional = true
+-
+-[target."cfg(not(windows))".dependencies.openssl-src]
+-version = "=300.5.4"
+ optional = true
+ 
+ [target.'cfg(target_has_atomic = "64")'.dependencies.tracing-chrome]

diff --git a/rust-cargo.spec b/rust-cargo.spec
index 7cd28ed..ac20c1b 100644
--- a/rust-cargo.spec
+++ b/rust-cargo.spec
@@ -12,7 +12,7 @@
 %global crate cargo
 
 Name:           rust-cargo
-Version:        0.95.0
+Version:        0.96.0
 Release:        %autorelease
 Summary:        Package manager for Rust
 

diff --git a/sources b/sources
index 9ab8683..294b433 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-0.95.0.crate) = 599fbc6607dd1862cdba1d19331e26cf51741953b039d0e6f7449039ff5ba8674c733099ff71739fe2f8ad5b17e53f5cbe5ed1964a25e447afcbe95c9bbb3126
+SHA512 (cargo-0.96.0.crate) = 10b0db8630d5003db2225daf1e1da88f5bf01faf8e0fd116fa511c7eb9baaec06cc1d897e1ab63a81f2c0f7a3566ce098b4752b41af553006ed91fd3833f68f4

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 17:37 [rpms/rust-cargo] f43: Update to version 0.96.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