mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
Update async-tungstenite and AWS SDK dependencies
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1187>
This commit is contained in:
parent
2bd2e501d9
commit
5451035215
3 changed files with 7 additions and 7 deletions
|
@ -14,9 +14,9 @@ rust-version = "1.66"
|
|||
async-stream = "0.3.4"
|
||||
base32 = "0.4"
|
||||
aws-config = "0.55.0"
|
||||
aws-sdk-s3 = "0.25.0"
|
||||
aws-sdk-transcribestreaming = "0.25.0"
|
||||
aws-sdk-translate = "0.25.0"
|
||||
aws-sdk-s3 = "0.26.0"
|
||||
aws-sdk-transcribestreaming = "0.26.0"
|
||||
aws-sdk-translate = "0.26.0"
|
||||
aws-types = "0.55.0"
|
||||
aws-credential-types = "0.55.0"
|
||||
aws-sig-auth = "0.55.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ futures = "0.3"
|
|||
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "time"] }
|
||||
tokio-native-tls = "0.3.0"
|
||||
tokio-stream = "0.1.11"
|
||||
async-tungstenite = { version = "0.20", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
async-tungstenite = { version = "0.21", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
fastrand = "1.0"
|
||||
|
@ -39,8 +39,8 @@ aws-credential-types = "0.55.0"
|
|||
aws-sig-auth = "0.55.0"
|
||||
aws-smithy-http = { version = "0.55.0", features = [ "rt-tokio" ] }
|
||||
aws-smithy-types = "0.55.0"
|
||||
aws-sdk-kinesisvideo = "0.25.0"
|
||||
aws-sdk-kinesisvideosignaling = "0.25.0"
|
||||
aws-sdk-kinesisvideo = "0.26.0"
|
||||
aws-sdk-kinesisvideosignaling = "0.26.0"
|
||||
http = "0.2.7"
|
||||
chrono = "0.4"
|
||||
data-encoding = "2.3.3"
|
||||
|
|
|
@ -13,7 +13,7 @@ once_cell = "1.0"
|
|||
anyhow = "1"
|
||||
tokio = { version = "1", features = ["fs", "io-util", "macros", "rt-multi-thread", "time"] }
|
||||
tokio-native-tls = "0.3.0"
|
||||
async-tungstenite = { version = "0.20", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
async-tungstenite = { version = "0.21", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue