mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-06-06 23:48:57 +00:00
Update to reqwest 0.6
This commit is contained in:
parent
d962acc8c3
commit
340e8836bb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "1.1"
|
url = "1.1"
|
||||||
gst-plugin = { path="../gst-plugin" }
|
gst-plugin = { path="../gst-plugin" }
|
||||||
reqwest = "0.5"
|
reqwest = "0.6"
|
||||||
slog = "2.0"
|
slog = "2.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue