Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.7.0 to 3.7.1
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.7.0...v3.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 59b8664 commit cad59d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 sync-color-schemes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = {version="1.0", features=["derive"]}
serde_json = "1.0"
sqlite-cache = "0.1.3"
tar = "0.4"
tempfile = "3.3"
tempfile = "3.7"
tokio = { version = "1.19", features = ["rt-multi-thread", "sync", "macros"] }
toml = "0.7"
wezterm-dynamic = { path = "../wezterm-dynamic" }
Expand Down
2 changes: 1 addition & 1 deletion wezterm-blob-leases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ once_cell = "1.8"
mac_address = "1.1"
serde = {version="1.0", features=["derive"], optional=true}
sha2 = "0.10"
tempfile = {version="3.4", optional=true}
tempfile = {version="3.7", optional=true}
thiserror = "1.0"
uuid = {version="1.3", features=["v1", "rng"]}

Expand Down
2 changes: 1 addition & 1 deletion wezterm-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ serde_json = "1.0"
shlex = "1.1"
smol = "1.2"
tabout = { path = "../tabout" }
tempfile = "3.4"
tempfile = "3.7"
terminfo = "0.8"
termwiz = { path = "../termwiz" }
termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" }
Expand Down
2 changes: 1 addition & 1 deletion wezterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = "1.0"
shell-words = "1.1"
smol = "1.2"
tabout = { path = "../tabout" }
tempfile = "3.3"
tempfile = "3.7"
termwiz = { path = "../termwiz" }
termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" }
textwrap = "0.16"
Expand Down

0 comments on commit cad59d0

Please sign in to comment.