Skip to content

Commit 67f75e8

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sqlx = { version = "0.8.6", features = [
2424
"uuid",
2525
"runtime-tokio-rustls",
2626
] }
27-
tempfile = "3.22.0"
27+
tempfile = "3.23.0"
2828
thiserror = "2.0.16"
2929
tokio = { version = "1", features = ["full"] }
3030
toml = { version = "0.9.7", features = ["preserve_order"] }

0 commit comments

Comments
 (0)