Skip to content

Commit

Permalink
Bump tempfile from 3.12.0 to 3.13.0 (#1257)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 124744f commit 08b5ffe
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dashmap = { version = "6.1.0", optional = true }
tui = { version = "0.19.0", default_features = false, features = ["crossterm"], optional = true }
crossterm = "0.27.0"
muncher = { version = "0.7.0", optional = true }
tempfile = { version = "3.12.0", optional = true }
tempfile = { version = "3.13.0", optional = true }
tower = "0.4.13"
mio = "0.8.11"
ptyprocess = "0.4.1"
Expand Down Expand Up @@ -71,7 +71,7 @@ version = "0.10.2"
once_cell = "1.20.0"
pinky-swear = "6.2.0"
tower = "0.4.13"
tempfile = "3.12.0"
tempfile = "3.13.0"

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tui = { version = "0.19.0", default_features = false, features = ["crossterm"],
crossterm = "0.27.0"
muncher = { version = "0.7.0", optional = true }
humantime = "2.1.0"
tempfile = { version = "3.12.0", optional = true }
tempfile = { version = "3.13.0", optional = true }
anyhow = "1.0.89"
tower = "0.4.13"
mio = "0.8.11"
Expand Down Expand Up @@ -124,7 +124,7 @@ version = "0.10.2"
once_cell = "1.20.0"
pinky-swear = "6.2.0"
tower = "0.4.13"
tempfile = "3.12.0"
tempfile = "3.13.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tonic-build = { version = "0.11.0", features = ["prost"] }


[dev-dependencies]
tempfile = "3.12.0"
tempfile = "3.13.0"
4 changes: 2 additions & 2 deletions bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sha2 = "0.10.8"
flume = { version = "0.11.0" }
dashmap = { version = "6.1.0" }
time = "0.3.36"
tempfile = { version = "3.12.0" }
tempfile = { version = "3.13.0" }
anyhow = "1.0.89"
tower = { version = "0.4" }
log = "0.4.22"
Expand Down Expand Up @@ -90,7 +90,7 @@ version = "0.10.2"
once_cell = "1.20.0"
pinky-swear = "6.2.0"
tower = "0.4.13"
tempfile = "3.12.0"
tempfile = "3.13.0"

[features]
default = []
Expand Down

0 comments on commit 08b5ffe

Please sign in to comment.