Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-03-01 14:59:53 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-03-01 14:59:53 +0300
commite69f1e0b8c431e8804fb0b73d91d560b858d78eb (patch)
tree4932a6f83863ec23f8d2edc210cee231bd475a88 /generic
parent4a988aaeb8e650b3680514025fe7d52c6b10c659 (diff)
threadshare: Update to socket2 0.5
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1113>
Diffstat (limited to 'generic')
-rw-r--r--generic/threadshare/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index 230f2bde7..59ff03552 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -24,7 +24,7 @@ pin-project-lite = "0.2.0"
polling = "2.2.0"
rand = "0.8"
slab = "0.4.7"
-socket2 = {features = ["all"], version = "0.4"}
+socket2 = {features = ["all"], version = "0.5"}
waker-fn = "1.1"
# Used by examples