Skip to content

Commit

Permalink
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 11, 2024
1 parent e1c2c5e commit 4008f14
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 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 datatypes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wkt = "0.11"

[dev-dependencies]
criterion = "0.5"
tempfile = "3.10"
tempfile = "3.12"

[[bench]]
name = "multi_point_collection"
Expand Down
2 changes: 1 addition & 1 deletion expression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro2 = "1.0"
quote = "1.0"
snafu = "0.8"
syn = "2.0"
tempfile = "3.10"
tempfile = "3.12"

[dev-dependencies]
geo = "0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion operators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.8"
stream-cancel = "0.8"
tempfile = "3.10"
tempfile = "3.12"
tokio = { version = "1.36", features = [
"macros",
"signal",
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ httptest = "0.15"
pretty_assertions = "1.4"
prost = "0.12.3" # must be compatbile with aruna-rust-api
serial_test = "3.0"
tempfile = "3.10"
tempfile = "3.12"
xml-rs = "0.8"

[build-dependencies]
Expand Down

0 comments on commit 4008f14

Please sign in to comment.