Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.15.0 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.16.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 425c2db commit da11633
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
42 changes: 36 additions & 6 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 @@ -33,7 +33,7 @@ num-traits = "0.2.19"
clap_complete = "4.5.43"
bytesize = "1.3.0"
io-arg = "0.2.1"
tempfile = "3.15.0"
tempfile = "3.16.0"

# Using ODBC version 3.5 is avoiding warnings with drivers which only support 3.5 as oppossed to
# 3.8. Currently odbc2parquet does not need to use use any ODBC version 3.8 features.
Expand Down

0 comments on commit da11633

Please sign in to comment.