mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-18 07:05:45 +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]
|
||||
url = "1.1"
|
||||
gst-plugin = { path="../gst-plugin" }
|
||||
reqwest = "0.5"
|
||||
reqwest = "0.6"
|
||||
slog = "2.0"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue