Skip to content

Commit

Permalink
chore(deps): update rust crate env_logger to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 5bc64a4 commit bc031ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.2", 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.2"

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

0 comments on commit bc031ef

Please sign in to comment.