Skip to content

Commit

Permalink
Merge pull request #110 from alexander-akhmetov/dependabot/cargo/env_…
Browse files Browse the repository at this point in the history
…logger-0.11.3

Bump env_logger from 0.10.0 to 0.11.3
  • Loading branch information
alexander-akhmetov authored Jul 2, 2024
2 parents 38365a7 + 77ec37a commit f36a387
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 87 deletions.
193 changes: 107 additions & 86 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 @@ -17,7 +17,7 @@ path = "src/bin.rs"

[dependencies]
log = "0.4"
env_logger = "0.10.0"
env_logger = "0.11.3"
clap = {version = "3.2.21", optional = true}
ncurses = {version = "5.101.0", optional = true}
mos6502 = {git = "https://github.com/alexander-akhmetov/mos6502/", tag = "0.2.0"}

0 comments on commit f36a387

Please sign in to comment.