Skip to content

Commit

Permalink
Bump log from 0.4.14 to 0.4.16
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pacman82 committed Mar 22, 2022
1 parent 76cc77b commit d31ed7a
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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ default=["odbc_version_3_80"]
[dependencies]
odbc-sys = { version = "0.21.2", default-features = false }
thiserror = "1.0.30"
log = "0.4.14"
log = "0.4.16"
widestring = "0.5.1"
force-send-sync = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ odbc-api = { version = "0.36.0", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.56"
stderrlog = "0.5.1"
log = "0.4.14"
log = "0.4.16"
clap = { version = "3.1.6", features = ["derive", "env"] }

[dev-dependencies]
Expand Down

0 comments on commit d31ed7a

Please sign in to comment.