Skip to content

Commit

Permalink
chore(deps): bump log from 0.4.20 to 0.4.21
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 29, 2024
1 parent 6e919f0 commit de87e55
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion packages/brainease/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brainease_transpiler = { path = "../transpiler", version = "^1" }
clap = { version = "4.5.1", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
env_logger = "0.10.2"
log = "0.4.20"
log = "0.4.21"

[[bin]]
name = "brainz"
Expand Down
2 changes: 1 addition & 1 deletion packages/lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ readme = "./README.md"

[dependencies]
lazy-regex = "3.1.0"
log = "0.4.20"
log = "0.4.21"
2 changes: 1 addition & 1 deletion packages/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ readme = "./README.md"

[dependencies]
brainease_lexer = { path = "../lexer", version = "^1" }
log = "0.4.20"
log = "0.4.21"
2 changes: 1 addition & 1 deletion packages/transpiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ readme = "./README.md"

[dependencies]
brainease_lexer = { path = "../lexer", version = "^1" }
log = "0.4.20"
log = "0.4.21"

0 comments on commit de87e55

Please sign in to comment.