Skip to content

Commit

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

---
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] authored and pacman82 committed Feb 22, 2022
1 parent 5408ef1 commit 973565e
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 @@ -70,7 +70,7 @@ winit = "0.26.1"
[dev-dependencies]
lazy_static = "1.4.0"
env_logger = "0.9.0"
anyhow = "1.0.54"
anyhow = "1.0.55"
csv = "1.1.6"
test-case = "1.2.3"
tempfile = "3.3.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.35.1", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.54"
anyhow = "1.0.55"
stderrlog = "0.5.1"
log = "0.4.14"
clap = { version = "3.1.1", features = ["derive", "env"] }
Expand Down

0 comments on commit 973565e

Please sign in to comment.