Skip to content

Commit

Permalink
Bump tempfile from 3.12.0 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and smoelius committed Sep 29, 2024
1 parent de2a31c commit b9f73ab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 cargo-dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ regex = "1.10"
semver = "1.0"
serde_json = "1.0"
similar-asserts = "1.6"
tempfile = "3.12"
tempfile = "3.13"
walkdir = "2.5"

dylint_internal = { version = "=3.2.0", path = "../internal", features = [
Expand Down
2 changes: 1 addition & 1 deletion dylint-link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dylint_internal = { version = "=3.2.0", path = "../internal" }
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
tempfile = "3.12"
tempfile = "3.13"

dylint_internal = { version = "=3.2.0", path = "../internal", features = [
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ semver = "1.0"
serde = "1.0"
serde-untagged = { version = "0.1", optional = true }
serde_json = "1.0"
tempfile = "3.12"
tempfile = "3.13"
toml = { version = "0.8", optional = true }
url = { version = "2.5", optional = true }
walkdir = "2.5"
Expand Down
2 changes: 1 addition & 1 deletion expensive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dev-dependencies]
anyhow = "1.0"
tempfile = "3.12"
tempfile = "3.13"

dylint_internal = { version = "=3.2.0", path = "../internal", features = [
"clippy_utils",
Expand Down
2 changes: 1 addition & 1 deletion utils/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env_logger = "0.11"
once_cell = "1.19"
regex = "1.10"
serde_json = "1.0"
tempfile = "3.12"
tempfile = "3.13"

dylint = { version = "=3.2.0", path = "../../dylint" }
dylint_internal = { version = "=3.2.0", path = "../../internal" }
Expand Down

0 comments on commit b9f73ab

Please sign in to comment.