public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/asciinema] rawhide: Patch for tokio-tungstenite 0.29
@ 2026-06-11 15:31 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-11 15:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/asciinema
Branch : rawhide
Commit : 7f181993e30bb7f9e5575c69dadc4f9d8bfb7242
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-10T18:16:40+02:00
Stats : +17/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/asciinema/c/7f181993e30bb7f9e5575c69dadc4f9d8bfb7242?branch=rawhide
Log:
Patch for tokio-tungstenite 0.29
---
diff --git a/asciinema.spec b/asciinema.spec
index 2305508..0745a94 100644
--- a/asciinema.spec
+++ b/asciinema.spec
@@ -47,7 +47,10 @@ URL: https://asciinema.org
Source: https://github.com/asciinema/asciinema/archive/v%{version}/asciinema-%{version}.tar.gz
# Update avt dependency from 0.17 to 0.18.0
-Patch: update-avt-from-0.17-to-0.18.0.patch
+Patch: update-avt-from-0.17-to-0.18.0.patch
+
+# Update tokio-tungstenite dependency from 0.28 to 0.29
+Patch: update-tokio-tungstenite-from-0.28-to-0.29.patch
BuildRequires: cargo-rpm-macros
diff --git a/update-tokio-tungstenite-from-0.28-to-0.29.patch b/update-tokio-tungstenite-from-0.28-to-0.29.patch
new file mode 100644
index 0000000..9bc6a36
--- /dev/null
+++ b/update-tokio-tungstenite-from-0.28-to-0.29.patch
@@ -0,0 +1,13 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 66ec9a2..02d4acd 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -35,7 +35,7 @@ tracing = { version = "0.1", default-features = false }
+ tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt", "env-filter"] }
+ rgb = { version = "0.8", default-features = false }
+ url = "2.5"
+-tokio-tungstenite = { version = "0.28", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
++tokio-tungstenite = { version = "0.29", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
+ rustls = { version = "0.23", default-features = false, features = ["ring"] }
+ tokio-util = { version = "0.7", features = ["rt"] }
+ rand = "0.9"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 15:31 [rpms/asciinema] rawhide: Patch for tokio-tungstenite 0.29 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox