Skip to content

Commit

Permalink
Merge pull request #1608 from appaquet/dependabot/cargo/tempfile-3.7.1
Browse files Browse the repository at this point in the history
chore(deps): bump tempfile from 3.7.0 to 3.7.1
  • Loading branch information
github-actions[bot] authored Aug 7, 2023
2 parents fb9051c + 9757817 commit 8825e70
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

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.0", optional = true }
memmap2 = { version = "0.7.1", optional = true }

# For tests
tempfile = { version = "3.7.0", optional = true }
tempfile = { version = "3.7.1", 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.7.0"
tempfile = "3.7.1"
tokio = { version = "1.29.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.23.0", default-features = false }
[dev-dependencies]
criterion_bencher_compat = "0.4.0"
log4rs = "1.2.0"
tempfile = "3.7.0"
tempfile = "3.7.1"
tokio = { version = "1.29.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.18", default-features = false, features = ["rustls-t
serde = "1.0.181"
serde_derive = "1.0.177"
serde_json = "1.0.104"
tempfile = "3.7.0"
tempfile = "3.7.1"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["macros"], default-features = false }
url = "2.4.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.7.0"
tempfile = "3.7.1"
tokio = {version = "1.29.1", features = ["macros"], default-features = false}

0 comments on commit 8825e70

Please sign in to comment.