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:
authorSebastian Dröge <sebastian@centricular.com>2022-04-26 11:22:24 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-04-26 11:22:24 +0300
commit3e10efa134289e2e6eea53b041b2ffda4927b217 (patch)
treee18ae91048608756ded4062013dbc6727de10857 /net
parent5feca3f74b623f071a63fd56a2e86ab93ff8fc42 (diff)
rusoto: Update to crc 3 and rusoto 0.48
Diffstat (limited to 'net')
-rw-r--r--net/rusoto/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index b43106f0..8d6662a8 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -15,16 +15,16 @@ bytes = "1.0"
futures = "0.3"
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
-rusoto_core = "0.47"
-rusoto_s3 = "0.47"
-rusoto_credential = "0.47"
-rusoto_signature = "0.47"
+rusoto_core = "0.48"
+rusoto_s3 = "0.48"
+rusoto_credential = "0.48"
+rusoto_signature = "0.48"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "rt-multi-thread", "time" ] }
async-tungstenite = { version = "0.17", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
nom = "7"
-crc = "2"
+crc = "3"
byteorder = "1.3.4"
once_cell = "1.0"
serde = "1"