Skip to content

Commit

Permalink
chore(deps): update rust crate env_logger to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 3c3e209 commit b07d551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ documentation = "https://docs.rs/brainterpreter"

[dependencies]
clap = { version = "4.4.7", optional = true, features = ["derive"] }
env_logger = { version = "0.10.0", optional = true }
env_logger = { version = "0.10.1", optional = true }
log = "0.4.20"
thiserror = "1.0.50"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
env_logger = "0.10.0"
env_logger = "0.10.1"

[[bench]]
name = "brainfuck_benchmark"
Expand Down

0 comments on commit b07d551

Please sign in to comment.