diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index e90a6774..6fe1ec38 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.57" +rust-version = "1.63" [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 1163f7a7..afcd6bc2 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 OR Apache-2.0" description = "Claxon FLAC Decoder Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [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 7269f332..95bc3419 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "An Audio filter plugin based on Csound" [dependencies] diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 6d31e3b4..f5454c4a 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 OR Apache-2.0" description = "lewton Vorbis Decoder Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [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 0f796c87..67e4f494 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.57" +rust-version = "1.63" [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 5b38a588..7f5a1fb9 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 OR Apache-2.0" description = "Rust File Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [dependencies] url = "2" diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml index 242ef00b..22396c81 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.57" +rust-version = "1.63" [dependencies] anyhow = "1" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 8f73a247..736e2a03 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.57" +rust-version = "1.63" [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 b4d08e7b..8a34d333 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.57" +rust-version = "1.63" [dependencies] async-task = "4.3.0" diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index 65ad621a..972a9edd 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/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.57" +rust-version = "1.63" [dependencies] bytes = "1.0" diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index 11a8ca70..0265855d 100644 --- a/net/hlssink3/Cargo.toml +++ b/net/hlssink3/Cargo.toml @@ -6,7 +6,7 @@ version = "0.9.0" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" -rust-version = "1.57" +rust-version = "1.63" [dependencies] gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml index 68f0cd0a..6342961e 100644 --- a/net/onvif/Cargo.toml +++ b/net/onvif/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" description = "Rust ONVIF Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [dependencies] gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] } diff --git a/net/raptorq/Cargo.toml b/net/raptorq/Cargo.toml index ea40f893..52d120d5 100644 --- a/net/raptorq/Cargo.toml +++ b/net/raptorq/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "Rust Raptorq FEC Plugin" license = "MPL-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.63" [dependencies] gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index b06d9ad8..1126ff63 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 OR Apache-2.0" description = "Rust HTTP Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [dependencies] url = "2.1" diff --git a/net/webrtc-http/Cargo.toml b/net/webrtc-http/Cargo.toml index 7aa2b41b..aed6cfd5 100644 --- a/net/webrtc-http/Cargo.toml +++ b/net/webrtc-http/Cargo.toml @@ -6,6 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" edition = "2021" description = "Plugin for WebRTC HTTP protocols" +rust-version = "1.63" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml index ae78f5b3..5dc74710 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.57" +rust-version = "1.63" [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 194b5d97..e0f0202c 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.0" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" 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 d1dafc48..72d7e46b 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.0" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" 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 10519d5d..e57715ae 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.0" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" 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 5103ea71..fdc632a3 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "Rust Tutorial Plugin" [dependencies] diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 27a91813..f7754b98 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sebastian Dröge ", "Jan Schmidt ", "Jordan Petridis ", "Matthew Waters "] license = "MPL-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" 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 584a2b04..dd28a7b2 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 "] edition = "2021" -rust-version = "1.57" +rust-version = "1.63" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" description = "Dav1d Plugin" diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index fb138f42..fab7a889 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 OR Apache-2.0" description = "FFV1 Decoder Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [dependencies] byte-slice-cast = "1" diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml index 2d677976..c81372d2 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "Rust FLV Plugin" [dependencies] diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index 104c4333..9ba14527 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "GStreamer GIF plugin" [dependencies] diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml index 1d1ca754..1574f34f 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Bilal Elmoussaoui ", "Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "HSV manipulation elements, written in Rust" [dependencies] diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index 6541f905..02c9c566 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 OR Apache-2.0" description = "rav1e AV1 Encoder Plugin" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" [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 a129899a..78395738 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "An PNG encoder/decoder written in pure Rust" [dependencies] diff --git a/video/videofx/Cargo.toml b/video/videofx/Cargo.toml index 02f00e67..81292597 100644 --- a/video/videofx/Cargo.toml +++ b/video/videofx/Cargo.toml @@ -6,6 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" description = "Video Effects Plugin" edition = "2021" +rust-version = "1.63" [dependencies] cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] } diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml index 2a6e2355..1c5d4ae8 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.0" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" description = "WebP Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"