Skip to content

Commit

Permalink
upgrade dependency env_logger
Browse files Browse the repository at this point in the history
To unuse the crate `atty` which has a potential security issue and is
unmaintained.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Dec 14, 2023
1 parent 7ba9f54 commit 4f51454
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
25 changes: 21 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion td-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ log = "0.4.13"
scroll = { version = "0.10", default-features=false, features = ["derive"] }

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10"
2 changes: 1 addition & 1 deletion td-shim-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ anyhow = { version = "1.0.68", optional = true }
block-padding = { version = "0.3.2", optional = true }
clap = { version = "4.0", features = ["cargo"], optional = true }
der = { version = "0.4.5", features = ["oid"], optional = true }
env_logger = { version = "0.9.0", optional = true }
env_logger = { version = "0.10", optional = true }
log = { version = "0.4.5", optional = true }
td-loader = { path = "../td-loader", optional = true }
ring = { version = "0.17.6", optional = true }
Expand Down

0 comments on commit 4f51454

Please sign in to comment.