Skip to content

Commit

Permalink
Bump anyhow from 1.0.41 to 1.0.42
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.41...1.0.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2021
1 parent 33208b7 commit b31db5f
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 @@ -41,6 +41,6 @@ raw-window-handle = "0.3.3"
[dev-dependencies]
lazy_static = "1.4.0"
env_logger = "0.8.4"
anyhow = "1.0.41"
anyhow = "1.0.42"
csv = "1.1.6"
test-case = "1.2.0"
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readme = "Readme.md"
[dependencies]
odbc-api = { version = "0.23.2", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.41"
anyhow = "1.0.42"
stderrlog = "0.5.1"
structopt = "0.3.22"
log = "0.4.14"
Expand Down

0 comments on commit b31db5f

Please sign in to comment.