Skip to content

Commit

Permalink
Merge 7f7bad9 into 854e82b
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 17, 2023
2 parents 854e82b + 7f7bad9 commit e26ee05
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 @@ -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.74"
anyhow = "1.0.75"
csv = "1.2.2"
test-case = "3.1.0"
tempfile = "3.7.1"
Expand Down
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.57.0", path = "../odbc-api" }
csv = "1.2.2"
anyhow = "1.0.74"
anyhow = "1.0.75"
stderrlog = "0.5.4"
log = "0.4.20"
clap = { version = "4.3.21", features = ["derive", "env"] }
Expand Down

0 comments on commit e26ee05

Please sign in to comment.