Skip to content

Commit

Permalink
Merge b24f310 into 13f351b
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
2 parents 13f351b + b24f310 commit 6701e4a
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 @@ -83,7 +83,7 @@ winit = { version = "0.29.10", default-features = false, features = ["rwh_06"]}
[dev-dependencies]
lazy_static = "1.4.0"
env_logger = "0.10.2"
anyhow = "1.0.79"
anyhow = "1.0.80"
csv = "1.3.0"
test-case = "3.3.1"
tempfile = "3.10.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 = "6.0.1", path = "../odbc-api" }
csv = "1.3.0"
anyhow = "1.0.79"
anyhow = "1.0.80"
stderrlog = "0.6.0"
log = "0.4.20"
clap = { version = "4.5.1", features = ["derive", "env"] }
Expand Down

0 comments on commit 6701e4a

Please sign in to comment.