1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Update ureq to 2.0

This commit is contained in:
Emil Ernerfeldt
2021-01-04 15:52:10 +01:00
parent 5a15e573ea
commit 1bcf35d774
3 changed files with 10 additions and 189 deletions

View File

@@ -20,7 +20,7 @@ glium = "0.29"
webbrowser = "0.5"
# feature "http":
ureq = { version = "1.5", optional = true }
ureq = { version = "2.0", optional = true }
# feature "persistence":
directories-next = { version = "2", optional = true }