Skip to content

Commit

Permalink
Bump env_logger to 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
  • Loading branch information
tgonzalezorlandoarm committed Sep 28, 2023
1 parent 2733fd1 commit a25faa6
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 74 deletions.
195 changes: 147 additions & 48 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ signal-hook = "0.3.4"
sd-notify = "0.3.0"
toml = "0.5.8"
serde = { version = "1.0.123", features = ["derive"] }
env_logger = "0.8.3"
env_logger = "0.10.0"
log = { version = "0.4.14", features = ["serde"] }
cryptoki = { version = "0.3.1", optional = true, features = ["psa-crypto-conversions"] }
picky-asn1-der = { version = "0.4.0", optional = true }
Expand Down
Loading

0 comments on commit a25faa6

Please sign in to comment.