Skip to content

Commit

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

---
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 Aug 11, 2024
1 parent 299e891 commit fbefa2e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 @@ -34,7 +34,7 @@ regex = "1.10"
semver = "1.0"
serde_json = "1.0"
similar-asserts = "1.5"
tempfile = "3.11"
tempfile = "3.12"
walkdir = "2.5"

dylint_internal = { version = "=3.1.2", 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.1.2", path = "../internal" }
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
tempfile = "3.11"
tempfile = "3.12"

dylint_internal = { version = "=3.1.2", 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.11"
tempfile = "3.12"
toml = { version = "0.8", optional = true }
url = { version = "2.5", optional = true }
walkdir = "2.5"
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.11"
tempfile = "3.12"

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

0 comments on commit fbefa2e

Please sign in to comment.