Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed May 1, 2024
1 parent 2de2ae4 commit f4139e7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.

4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,5 +1,9 @@
# Changelog

# 7.2.3

* Update dependencies

## 7.2.2

* Fix: Add metadata for `odbc-api-derive` crate
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api-derive"
version = "7.2.2"
version = "7.2.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/pacman82/odbc-api"
Expand Down
4 changes: 2 additions & 2 deletions odbc-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "7.2.2"
version = "7.2.3"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -76,7 +76,7 @@ log = "0.4.21"
# Interacting with UTF-16 texts for wide columns or wide function calls
widestring = "1.1.0"
atoi = "2.0.0"
odbc-api-derive ={ version = "7.2.2", path = "../derive", optional = true}
odbc-api-derive ={ version = "7.2.3", path = "../derive", optional = true}

[target.'cfg(windows)'.dependencies]
# We use winit to display dialogs prompting for connection strings. We can deactivate default
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ readme = "Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
odbc-api = { version = "7.2.2", path = "../odbc-api" }
odbc-api = { version = "7.2.3", path = "../odbc-api" }
csv = "1.3.0"
anyhow = "1.0.82"
stderrlog = "0.6.0"
Expand Down

0 comments on commit f4139e7

Please sign in to comment.