Skip to content

Commit

Permalink
chore(miri): bump env_logger to 0.10
Browse files Browse the repository at this point in the history
This reduces the amount of dependencies pulling in atty.

```
    Removing env_logger v0.9.3
```

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Sep 19, 2023
1 parent e6acfef commit 1e3bc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doctest = false # and no doc tests

[dependencies]
getrandom = { version = "0.2", features = ["std"] }
env_logger = "0.9"
env_logger = "0.10"
log = "0.4"
rand = "0.8"
smallvec = "1.7"
Expand Down

0 comments on commit 1e3bc1e

Please sign in to comment.