public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sccache] f43: Unpin serde_json dependency
@ 2026-09-01 19:23 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 19:23 UTC (permalink / raw)
  To: git-commits

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"

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

only message in thread, other threads:[~2026-09-01 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 19:23 [rpms/rust-sccache] f43: Unpin serde_json dependency Benjamin A. Beasley

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