public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/asciinema] rawhide: Patch for tokio-tungstenite 0.29
Date: Thu, 11 Jun 2026 15:31:08 GMT [thread overview]
Message-ID: <178119186869.1.11045369849626077916.rpms-asciinema-7f181993e30b@fedoraproject.org> (raw)
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"
reply other threads:[~2026-06-11 15:31 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=178119186869.1.11045369849626077916.rpms-asciinema-7f181993e30b@fedoraproject.org \
--to=decathorpe@gmail.com \
--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