Update vulnerable env_logger dependency in examples
This commit is contained in:
parent
398a3f0897
commit
0ae136b573
2 changed files with 2 additions and 2 deletions
|
|
@ -10,4 +10,4 @@ iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||||
tokio = { version = "1.0", features = ["sync"] }
|
tokio = { version = "1.0", features = ["sync"] }
|
||||||
itertools = "0.9"
|
itertools = "0.9"
|
||||||
rustc-hash = "1.1"
|
rustc-hash = "1.1"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||||
tokio = { version = "1.0", features = ["sync"] }
|
tokio = { version = "1.0", features = ["sync"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
voronator = "0.2"
|
voronator = "0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue