Skip to content

Commit

Permalink
Bump log from 0.4.18 to 0.4.19
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19.
- [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.18...0.4.19)

---
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 Jun 12, 2023
1 parent ad7b71a commit cbff8e4
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 @@ -64,7 +64,7 @@ default=["odbc_version_3_80"]
[dependencies]
odbc-sys = { version = "0.21.4", default-features = false }
thiserror = "1.0.40"
log = "0.4.18"
log = "0.4.19"
widestring = "1.0.2"
force-send-sync = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ odbc-api = { version = "0.57.0", path = "../odbc-api" }
csv = "1.2.2"
anyhow = "1.0.71"
stderrlog = "0.5.4"
log = "0.4.18"
log = "0.4.19"
clap = { version = "4.3.3", features = ["derive", "env"] }

[dev-dependencies]
Expand Down

0 comments on commit cbff8e4

Please sign in to comment.