Skip to content

Commit

Permalink
Merge pull request #124 from lixmal/dependabot/cargo/env_logger-0.11.1
Browse files Browse the repository at this point in the history
build(deps): bump env_logger from 0.10.1 to 0.11.1
  • Loading branch information
lixmal authored Nov 22, 2024
2 parents 478df70 + ab7b5ac commit 8f06200
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
38 changes: 15 additions & 23 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 @@ -22,7 +22,7 @@ serde_millis = "0.1.1"
base64 = "0.22.0"
humantime-serde = "1.1.1"
postcard = { version = "1.0.8", features = ["use-std"] }
env_logger = { version = "0.10.1", features = [] }
env_logger = { version = "0.11.1", features = [] }
log = "0.4.21"
rand = "0.8.5"
keepass = { git = "https://github.com/lixmal/keepass-rs", features = ["serialization", "save_kdbx4"] }
Expand Down

0 comments on commit 8f06200

Please sign in to comment.