diff options
author | 2023-08-23 21:01:15 +0200 | |
---|---|---|
committer | 2023-08-23 21:01:15 +0200 | |
commit | 0ae136b5737253e0e74c93e2491ef25f307b73e9 (patch) | |
tree | 92f19968f32a3ae75437cba1cd64a8285cd736cf /examples/game_of_life | |
parent | 398a3f08973f39ad7cb67a236b2e6b44e57d453b (diff) | |
download | iced-0ae136b5737253e0e74c93e2491ef25f307b73e9.tar.gz iced-0ae136b5737253e0e74c93e2491ef25f307b73e9.tar.bz2 iced-0ae136b5737253e0e74c93e2491ef25f307b73e9.zip |
Update vulnerable `env_logger` dependency in examples
Diffstat (limited to 'examples/game_of_life')
-rw-r--r-- | examples/game_of_life/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game_of_life/Cargo.toml b/examples/game_of_life/Cargo.toml index f0a794fb..6de45db6 100644 --- a/examples/game_of_life/Cargo.toml +++ b/examples/game_of_life/Cargo.toml @@ -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" |