Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/audiofx/Cargo.toml2
-rw-r--r--audio/claxon/Cargo.toml2
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/lewton/Cargo.toml2
-rw-r--r--audio/spotify/Cargo.toml2
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/fmp4/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
-rw-r--r--net/hlssink3/Cargo.toml2
-rw-r--r--net/reqwest/Cargo.toml2
-rw-r--r--net/rusoto/Cargo.toml2
-rw-r--r--text/ahead/Cargo.toml2
-rw-r--r--text/json/Cargo.toml2
-rw-r--r--text/regex/Cargo.toml2
-rw-r--r--text/wrap/Cargo.toml2
-rw-r--r--tutorial/Cargo.toml2
-rw-r--r--utils/fallbackswitch/Cargo.toml2
-rw-r--r--utils/togglerecord/Cargo.toml2
-rw-r--r--version-helper/Cargo.toml2
-rw-r--r--video/cdg/Cargo.toml2
-rw-r--r--video/closedcaption/Cargo.toml2
-rw-r--r--video/dav1d/Cargo.toml2
-rw-r--r--video/ffv1/Cargo.toml2
-rw-r--r--video/flavors/Cargo.toml2
-rw-r--r--video/gif/Cargo.toml2
-rw-r--r--video/gtk4/Cargo.toml2
-rw-r--r--video/hsv/Cargo.toml2
-rw-r--r--video/rav1e/Cargo.toml2
-rw-r--r--video/rspng/Cargo.toml2
-rw-r--r--video/webp/Cargo.toml2
31 files changed, 31 insertions, 31 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index c0f43150..b26646d0 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "Rust AudioFx Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] }
diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml
index ee3f6216..d463ef3d 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Claxon FLAC Decoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index 4785849b..6644797c 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "An Audio filter plugin based on Csound"
[dependencies]
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index bd2b566b..242ad698 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "lewton Vorbis Decoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/audio/spotify/Cargo.toml b/audio/spotify/Cargo.toml
index a7b5eb92..73f697f1 100644
--- a/audio/spotify/Cargo.toml
+++ b/audio/spotify/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "Spotify GStreamer Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index ece40398..f9e45ea1 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Rust File Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
url = "2"
diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml
index e1a21b0a..9d5a2156 100644
--- a/generic/fmp4/Cargo.toml
+++ b/generic/fmp4/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "Fragmented MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
anyhow = "1"
diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml
index 88aabb96..6123a1b4 100644
--- a/generic/sodium/Cargo.toml
+++ b/generic/sodium/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "libsodium-based file encryption and decryption"
license = "MIT"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package="gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index 60b9d260..8c81e188 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -6,7 +6,7 @@ license = "LGPL-2.1-or-later"
description = "Threadshare Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
async-task = "4.0.3"
diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml
index 5dbf4d58..0e6b2b41 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.9.0"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_10"] }
diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml
index b7ec9939..f4add9ea 100644
--- a/net/reqwest/Cargo.toml
+++ b/net/reqwest/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Rust HTTP Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
url = "2.1"
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index 16ab5938..cf99b1ae 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "Amazon Web Services plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
bytes = "1.0"
diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml
index 4924d3a5..b7252d35 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Plugin displaying upcoming text buffers ahead"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 67644834..98350ae8 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust JSON Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index b8bda07d..8ace338e 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust Regular Expression Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index 244c8e95..5c527157 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust Text Wrap Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml
index 3dbd93c6..c94f980a 100644
--- a/tutorial/Cargo.toml
+++ b/tutorial/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust Tutorial Plugin"
[dependencies]
diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml
index 1ffcb7cc..835c8b27 100644
--- a/utils/fallbackswitch/Cargo.toml
+++ b/utils/fallbackswitch/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Fallback Switcher Plugin"
[dependencies]
diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml
index 78609517..3af80836 100644
--- a/utils/togglerecord/Cargo.toml
+++ b/utils/togglerecord/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "Toggle Record Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml
index 2082eab2..d7583c89 100644
--- a/version-helper/Cargo.toml
+++ b/version-helper/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT"
homepage = "https://gstreamer.freedesktop.org"
keywords = ["gstreamer", "multimedia", "cargo"]
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] }
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 1c6b521d..b572c122 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "CDG Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 8acb2dc6..32615827 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>", "Matthew Waters <matthew@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust Closed Caption Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index 80e47d1d..3b16f90c 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-dav1d"
version = "0.9.0"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Dav1d Plugin"
diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml
index 089ad9f3..f5206458 100644
--- a/video/ffv1/Cargo.toml
+++ b/video/ffv1/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "FFV1 Decoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
byte-slice-cast = "1"
diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml
index d8b90236..96e7f9ce 100644
--- a/video/flavors/Cargo.toml
+++ b/video/flavors/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust FLV Plugin"
[dependencies]
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index abacd827..5d9c354f 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "GStreamer GIF plugin"
[dependencies]
diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml
index 5c9a5502..4e592740 100644
--- a/video/gtk4/Cargo.toml
+++ b/video/gtk4/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>", "Jordan Petridis <jo
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "GTK 4 Sink element and Paintable widget"
[dependencies]
diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml
index addf169f..99406ef8 100644
--- a/video/hsv/Cargo.toml
+++ b/video/hsv/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Julien Bardagi <julien.bardagi@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "HSV manipulation elements, written in Rust"
[dependencies]
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index 0e7654ea..6e5e44c6 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "rav1e AV1 Encoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml
index ac82fd60..c325be70 100644
--- a/video/rspng/Cargo.toml
+++ b/video/rspng/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "An PNG encoder/decoder written in pure Rust"
[dependencies]
diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml
index 0ddaa4e5..d8f0d352 100644
--- a/video/webp/Cargo.toml
+++ b/video/webp/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "WebP Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"