Skip to content

Commit

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

---
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 Jul 18, 2023
1 parent 8763c21 commit 8f7eb0f
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 @@ -77,7 +77,7 @@ winit = { version = "0.28.6", default-features = false }
[dev-dependencies]
lazy_static = "1.4.0"
env_logger = "0.10.0"
anyhow = "1.0.71"
anyhow = "1.0.72"
csv = "1.2.2"
test-case = "3.1.0"
tempfile = "3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ readme = "Readme.md"
[dependencies]
odbc-api = { version = "0.57.0", path = "../odbc-api" }
csv = "1.2.2"
anyhow = "1.0.71"
anyhow = "1.0.72"
stderrlog = "0.5.4"
log = "0.4.19"
clap = { version = "4.3.12", features = ["derive", "env"] }
Expand Down

0 comments on commit 8f7eb0f

Please sign in to comment.