Skip to content

Commit

Permalink
chore(deps): update rust crate env_logger to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 5bc64a4 commit d2f945d
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", optional = true, features = ["derive"] }
env_logger = { version = "0.11.0", optional = true }
env_logger = { version = "0.11.1", optional = true }
log = "0.4.20"
thiserror = "1"

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

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

0 comments on commit d2f945d

Please sign in to comment.