Skip to content

Commit f4a9190

Browse files
chore(deps): bump tempfile from 3.21.0 to 3.22.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.22.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 777e6d3 commit f4a9190

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

odbc-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ env_logger = "0.11.8"
116116
anyhow = "1.0.99"
117117
csv = "1.3.1"
118118
test-case = "3.3.1"
119-
tempfile = "3.21.0"
119+
tempfile = "3.22.0"
120120
criterion = { version = "0.7.0", features = ["html_reports"] }
121121
tokio = { version = "1.47.1", features = ["rt", "macros", "time"] }
122122
stdext = "0.3.3" # Used for function_name macro to generate unique table names for tests

0 commit comments

Comments
 (0)