public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sccache] f43: Unpin serde_json dependency
Date: Tue, 01 Sep 2026 19:23:37 GMT [thread overview]
Message-ID: <178829061797.1.2031384421149094503.rpms-rust-sccache-44b9a221b174@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sccache
Branch : f43
Commit : 44b9a221b1744fffe84ba8cce4a02f35de482394
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-01T20:13:33+01:00
Stats : +5/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sccache/c/44b9a221b1744fffe84ba8cce4a02f35de482394?branch=f43
Log:
Unpin serde_json dependency
---
diff --git a/rust-sccache.spec b/rust-sccache.spec
index 664ca4c..23b7e8f 100644
--- a/rust-sccache.spec
+++ b/rust-sccache.spec
@@ -24,6 +24,7 @@ Patch: sccache-fix-metadata-auto.diff
# * Allow serde_json version 1.0.149
# * Allow tokio-serde version < 1.0
# * Allow shlex version 2: https://github.com/mozilla/sccache/pull/2836
+# * Unpin serde_json (upstream’s upper bound is for MSRV reasons)
Patch: sccache-fix-metadata.diff
# * Fix test_config_level_not_configured -
# https://github.com/mozilla/sccache/pull/2695
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 791f0dd..4539338 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -7,6 +7,7 @@ cargo-toml-patch-comments = [
"Allow serde_json version 1.0.149",
"Allow tokio-serde version < 1.0",
"Allow shlex version 2: https://github.com/mozilla/sccache/pull/2836",
+ "Unpin serde_json (upstream’s upper bound is for MSRV reasons)",
]
cargo-install-lib = false
diff --git a/sccache-fix-metadata-auto.diff b/sccache-fix-metadata-auto.diff
index 3c6204e..b2a9d36 100644
--- a/sccache-fix-metadata-auto.diff
+++ b/sccache-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- sccache-0.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sccache-0.15.0/Cargo.toml 2026-08-31T08:18:15.462389+00:00
++++ sccache-0.15.0/Cargo.toml 2026-09-01T19:13:00.387724+00:00
@@ -476,17 +476,6 @@
[target."cfg(unix)".dependencies.daemonix]
version = "0.1"
diff --git a/sccache-fix-metadata.diff b/sccache-fix-metadata.diff
index b65abc6..360ffc9 100644
--- a/sccache-fix-metadata.diff
+++ b/sccache-fix-metadata.diff
@@ -1,5 +1,5 @@
--- sccache-0.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sccache-0.15.0/Cargo.toml 2026-08-31T08:18:26.995279+00:00
++++ sccache-0.15.0/Cargo.toml 2026-09-01T19:13:00.389300+00:00
@@ -27,7 +27,7 @@
"command-line-utilities",
"development-tools::build-utils",
@@ -84,7 +84,7 @@
[dependencies.serde_json]
-version = ">=1.0, <1.0.147"
-+version = ">=1.0, <1.0.150"
++version = "1.0"
[dependencies.sha2]
version = "0.10.8"
reply other threads:[~2026-09-01 19:23 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=178829061797.1.2031384421149094503.rpms-rust-sccache-44b9a221b174@fedoraproject.org \
--to=code@musicinmybrain.net \
--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