Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.8.1 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.8.1...v3.9.0)

---
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 Jan 1, 2024
1 parent 6b05341 commit 450ab7f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ extindex = { version = "0.5.1", optional = true }
memmap2 = { version = "0.9.3", optional = true }

# For tests
tempfile = { version = "3.8.1", optional = true }
tempfile = { version = "3.9.0", optional = true }

[dev-dependencies]
exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]}
exocore-transport = {version = "0.1.25", path = "../transport", features = ["tests-utils"]}
tempfile = "3.8.1"
tempfile = "3.9.0"
tokio = { version = "1.35.1", features = ["macros"], default-features = false }

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ shadow-rs = { version = "0.25.0", default-features = false }
[dev-dependencies]
criterion_bencher_compat = "0.4.0"
log4rs = "1.2.0"
tempfile = "3.8.1"
tempfile = "3.9.0"
tokio = { version = "1.35.1", features = ["macros", "rt", "rt-multi-thread", "time"], default-features = false }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reqwest = { version = "0.11.23", default-features = false, features = ["rustls-t
serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"
tempfile = "3.8.1"
tempfile = "3.9.0"
thiserror = "1.0.53"
tokio = { version = "1.35.1", features = ["macros"], default-features = false }
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ tantivy = {version = "0.19.2", optional = true}
[dev-dependencies]
exocore-chain = {version = "0.1.25", path = "../chain", features = ["tests-utils"]}
exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]}
tempfile = "3.8.1"
tempfile = "3.9.0"
tokio = {version = "1.35.1", features = ["macros"], default-features = false}

0 comments on commit 450ab7f

Please sign in to comment.