mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 18:25:30 +00:00
rusoto: Update to crc 3 and rusoto 0.48
This commit is contained in:
parent
05f395eef1
commit
deed06d82a
1 changed files with 5 additions and 5 deletions
|
@ -15,16 +15,16 @@ bytes = "1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.18", version = "0.18" }
|
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.18", version = "0.18" }
|
||||||
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.18", version = "0.18" }
|
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.18", version = "0.18" }
|
||||||
rusoto_core = "0.47"
|
rusoto_core = "0.48"
|
||||||
rusoto_s3 = "0.47"
|
rusoto_s3 = "0.48"
|
||||||
rusoto_credential = "0.47"
|
rusoto_credential = "0.48"
|
||||||
rusoto_signature = "0.47"
|
rusoto_signature = "0.48"
|
||||||
url = "2"
|
url = "2"
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
tokio = { version = "1.0", features = [ "rt-multi-thread", "time" ] }
|
tokio = { version = "1.0", features = [ "rt-multi-thread", "time" ] }
|
||||||
async-tungstenite = { version = "0.17", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
|
async-tungstenite = { version = "0.17", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
|
||||||
nom = "7"
|
nom = "7"
|
||||||
crc = "2"
|
crc = "3"
|
||||||
byteorder = "1.3.4"
|
byteorder = "1.3.4"
|
||||||
once_cell = "1.0"
|
once_cell = "1.0"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
|
|
Loading…
Reference in a new issue