Skip to content

Commit

Permalink
update env_logger to reduce dependency on atty, which is vulnerable t…
Browse files Browse the repository at this point in the history
…o Potential unaligned read
  • Loading branch information
larsnaesbye committed May 18, 2023
1 parent 2c873d8 commit 3a6edf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
log = "0.4"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
clap = { version = "4", features = ["derive", "color"] }
rand = "0.8"
serde_json = "1"
Expand Down

0 comments on commit 3a6edf6

Please sign in to comment.