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
path: root/net
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 /net
parente0e890fd8d4055ef076cd57b3e1a3f8c40e92d5f (diff)
Update minimum supported Rust version to 1.57
Diffstat (limited to 'net')
-rw-r--r--net/hlssink3/Cargo.toml2
-rw-r--r--net/reqwest/Cargo.toml2
-rw-r--r--net/rusoto/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
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"