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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Laignel <fengalin@free.fr>2022-02-21 23:38:01 +0300
committerFrançois Laignel <fengalin@free.fr>2022-02-22 01:32:32 +0300
commit2cf84d5ce81ef7033c23d02d09d396ddd60da07b (patch)
treebcf881f8a038e5d486d5c9e2bd0255d1e711dfcf
parente0e890fd8d4055ef076cd57b3e1a3f8c40e92d5f (diff)
Update minimum supported Rust version to 1.57
-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 c0f431502..b26646d00 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 ee3f62166..d463ef3d6 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 4785849b0..6644797ce 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 bd2b566b6..242ad698c 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 a7b5eb926..73f697f11 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 ece403986..f9e45ea12 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 e1a21b0a9..9d5a21563 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 88aabb965..6123a1b44 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 60b9d2604..8c81e188f 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 5dbf4d58e..0e6b2b419 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 b7ec9939f..f4add9ead 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 16ab59380..cf99b1ae8 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 4924d3a53..b7252d358 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 67644834a..98350ae85 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 b8bda07d7..8ace338eb 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 244c8e952..5c5271571 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 3dbd93c6e..c94f980ae 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 1ffcb7cc0..835c8b27d 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 786095175..3af80836f 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 2082eab22..d7583c89d 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 1c6b521d9..b572c122d 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 8acb2dc6a..326158271 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 80e47d1d1..3b16f90cd 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 089ad9f31..f52064584 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 d8b90236c..96e7f9ce4 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 abacd827b..5d9c354fb 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 5c9a55023..4e592740e 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 addf169fc..99406ef82 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 0e7654ea6..6e5e44c64 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 ac82fd603..c325be707 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 0ddaa4e5e..d8f0d3524 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"