Update vulnerable env_logger dependency in examples

This commit is contained in:
Héctor Ramón Jiménez 2023-08-23 21:01:15 +02:00
parent 398a3f0897
commit 0ae136b573
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
tokio = { version = "1.0", features = ["sync"] }
env_logger = "0.9"
env_logger = "0.10"
voronator = "0.2"