Skip to content

Commit

Permalink
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 cda55ef commit 9729357
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
Expand Up @@ -69,7 +69,7 @@ odbc-sys = { version = ">= 0.22, < 0.25", default-features = false }
# Used to generate code for the error type
thiserror = "1.0.57"
# Used as a log frontend to emit log messages for applications
log = "0.4.20"
log = "0.4.21"
# Interacting with UTF-16 texts for wide columns or wide function calls
widestring = "1.0.2"
atoi = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ odbc-api = { version = "6.0.1", path = "../odbc-api" }
csv = "1.3.0"
anyhow = "1.0.80"
stderrlog = "0.6.0"
log = "0.4.20"
log = "0.4.21"
clap = { version = "4.5.1", features = ["derive", "env"] }

[dev-dependencies]
Expand Down

0 comments on commit 9729357

Please sign in to comment.