public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cargo] epel9: Update to version 0.90.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 : 2fed046bc2fbd39695ef57285fb472a36d6485c4
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-31T23:07:43+02:00
Stats : +24/-23 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cargo/c/2fed046bc2fbd39695ef57285fb472a36d6485c4?branch=epel9
Log:
Update to version 0.90.0
---
diff --git a/.gitignore b/.gitignore
index 775faf9..53723f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
/cargo-0.87.1.crate
/cargo-0.88.0.crate
/cargo-0.89.0.crate
+/cargo-0.90.0.crate
diff --git a/cargo-fix-metadata-auto.diff b/cargo-fix-metadata-auto.diff
index 071de1c..c372f29 100644
--- a/cargo-fix-metadata-auto.diff
+++ b/cargo-fix-metadata-auto.diff
@@ -1,17 +1,17 @@
---- cargo-0.89.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ cargo-0.89.0/Cargo.toml 2026-05-28T22:30:57.667876+00:00
-@@ -351,26 +351,8 @@
+--- cargo-0.90.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cargo-0.90.0/Cargo.toml 2026-05-31T21:04:50.823320+00:00
+@@ -359,26 +359,8 @@
[target.'cfg(target_os = "linux")'.dependencies.cargo-credential-libsecret]
- version = "0.4.13"
+ version = "0.5.0"
-[target.'cfg(target_os = "macos")'.dependencies.cargo-credential-macos-keychain]
--version = "0.4.13"
+-version = "0.4.15"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.169"
-
-[target."cfg(windows)".dependencies.cargo-credential-wincred]
--version = "0.4.13"
+-version = "0.4.15"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
@@ -27,7 +27,7 @@
[lints.clippy]
dbg_macro = "warn"
-@@ -392,3 +374,4 @@
+@@ -400,3 +382,4 @@
[lints.rustdoc]
private_intra_doc_links = "allow"
diff --git a/cargo-fix-metadata.diff b/cargo-fix-metadata.diff
index 736a230..d996e21 100644
--- a/cargo-fix-metadata.diff
+++ b/cargo-fix-metadata.diff
@@ -1,5 +1,5 @@
---- cargo-0.89.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ cargo-0.89.0/Cargo.toml 2026-05-28T22:31:43.463303+00:00
+--- cargo-0.90.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cargo-0.90.0/Cargo.toml 2026-05-31T21:05:53.407036+00:00
@@ -29,16 +29,6 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
@@ -21,7 +21,7 @@
version = "0.21.0"
[dependencies.gix]
--version = "0.71.0"
+-version = "0.72.0"
-features = [
+version = "0.83.0"
+features = [
@@ -39,23 +39,23 @@
[dependencies.rustc-hash]
version = "2.1.1"
-@@ -305,8 +295,9 @@
- version = "0.7.1"
+@@ -313,9 +303,10 @@
+ version = "0.7.5"
[dev-dependencies.gix]
--version = "0.71.0"
--features = [
+-version = "0.72.0"
+version = "0.83.0"
-+features = [
-+ "sha1",
+ features = [
"blocking-http-transport-curl",
++ "sha1",
"progress-tree",
"parallel",
-@@ -316,7 +307,7 @@
+ "dirwalk",
+@@ -324,7 +315,7 @@
default-features = false
[dev-dependencies.gix-transport]
--version = "0.46.0"
+-version = "0.47.0"
+version = "0.57.0"
features = ["http-client-insecure-credentials"]
diff --git a/rust-cargo.spec b/rust-cargo.spec
index 64a623e..c01af07 100644
--- a/rust-cargo.spec
+++ b/rust-cargo.spec
@@ -12,7 +12,7 @@
%global crate cargo
Name: rust-cargo
-Version: 0.89.0
+Version: 0.90.0
Release: %autorelease
Summary: Package manager for Rust
@@ -25,7 +25,7 @@ Patch: cargo-fix-metadata-auto.diff
# * drop features for statically linking cURL, libgit2, OpenSSL, and SQLite
# * relax exact openssl and openssl-sys dependencies
# * relax rusqlite dependency to allow building with both v0.31..v0.35
-# * bump gix dependency from 0.71 to 0.83
+# * bump gix dependency from 0.72 to 0.83
Patch: cargo-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 0cde4b1..b3689b2 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -7,7 +7,7 @@ cargo-toml-patch-comments = [
"drop features for statically linking cURL, libgit2, OpenSSL, and SQLite",
"relax exact openssl and openssl-sys dependencies",
"relax rusqlite dependency to allow building with both v0.31..v0.35",
- "bump gix dependency from 0.71 to 0.83",
+ "bump gix dependency from 0.72 to 0.83",
]
# this file only refers to statically linked executables distributed by upstream
license-files.exclude = ["LICENSE-THIRD-PARTY"]
@@ -20,6 +20,6 @@ exclude-crate-files = [
]
[tests]
-run = ["none"]
+run = false
comments = ["tests can only be run in-tree"]
diff --git a/sources b/sources
index 6a6266e..0523f9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-0.89.0.crate) = 6816c17e9be29430e99dd243ead0564c4de0dac7703870d5c8ea5a8bae2fe4c1bc0e40cd3fdcadea07a82e7b74d1825f25dfb180196bb009b72b95aaa6a0fbfb
+SHA512 (cargo-0.90.0.crate) = 901f1d3eecd95cc522e0d038423c01bce2252e759a22db473c04fc7720ec7c356ce92bf66c3b40c9fe66901f6913d52d7465d9f79646be7e3e96cf16f53db0c4
^ 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.90.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