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

@ -10,4 +10,4 @@ iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
tokio = { version = "1.0", features = ["sync"] }
itertools = "0.9"
rustc-hash = "1.1"
env_logger = "0.9"
env_logger = "0.10"