Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.10.1 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 5ac98ef commit bf91249
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 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 axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [
] }
axoprocess = "0.2.0"
camino = { version = "1.1.7", features = ["serde1"] }
tempfile = "3.10.1"
tempfile = "3.12.0"
tokio = { version = "1.36.0", features = ["full"] }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion axoupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ axotag = { version = "0.2.0" }
camino = { version = "1.1.6", features = ["serde1"] }
homedir = "0.3.3"
serde = "1.0.197"
tempfile = "3.10.1"
tempfile = "3.12.0"

# axo releases
gazenot = { version = "0.3.3", features = ["client_lib"], optional = true }
Expand Down

0 comments on commit bf91249

Please sign in to comment.