Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Sep 16, 2022
1 parent cd2fe9e commit cc8a7a8
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 81 deletions.
131 changes: 51 additions & 80 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ odbc-api = "0.49.0"
# importantly, UTF-8 is likely to be more battled tested on these platforms, while UTF-16 is "only"
# required by the standard.
[target.'cfg(not(target_os = "windows"))'.dependencies]
odbc-api = { version = "0.48.0", features = ["narrow"] }
odbc-api = { version = "0.49.0", features = ["narrow"] }

[dev-dependencies]
assert_cmd = "2.0.4"
Expand Down

0 comments on commit cc8a7a8

Please sign in to comment.