Skip to content

Commit

Permalink
Bump csv from 1.2.1 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.1 to 1.2.2.
- [Commits](BurntSushi/rust-csv@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2023
1 parent 13ec10e commit 62291db
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 @@ -78,7 +78,7 @@ winit = { version = "0.28.6", default-features = false }
lazy_static = "1.4.0"
env_logger = "0.10.0"
anyhow = "1.0.71"
csv = "1.2.1"
csv = "1.2.2"
test-case = "3.1.0"
tempfile = "3.5.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ readme = "Readme.md"

[dependencies]
odbc-api = { version = "0.57.0", path = "../odbc-api" }
csv = "1.2.1"
csv = "1.2.2"
anyhow = "1.0.71"
stderrlog = "0.5.4"
log = "0.4.18"
Expand Down

0 comments on commit 62291db

Please sign in to comment.