Skip to content

Commit

Permalink
Update Rust crate camino-tempfile to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Nov 28, 2023
1 parent f20e765 commit 7d431c2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
29 changes: 19 additions & 10 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 integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nextest-workspace-hack.workspace = true

[dev-dependencies]
camino = "1.1.6"
camino-tempfile = "1.0.2"
camino-tempfile = "1.1.1"
cfg-if = "1.0.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-scoped = { version = "0.8.0", features = ["use-tokio"] }
future-queue = "0.3.0"
bytes = "1.5.0"
camino = { version = "1.1.6", features = ["serde1"] }
camino-tempfile = "1.0.2"
camino-tempfile = "1.1.1"
# config's "preserve_order" feature is needed for preserving the order of
# setup scripts in .config/nextest.toml.
config = { version = "0.13.4", default-features = false, features = ["toml", "preserve_order"] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-f
libc = { version = "0.2.150", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.20", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
tokio = { version = "1.34.0", default-features = false, features = ["net"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
Expand All @@ -66,7 +66,7 @@ indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-f
libc = { version = "0.2.150", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.20", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
tokio = { version = "1.34.0", default-features = false, features = ["net"] }

[target.x86_64-apple-darwin.build-dependencies]
Expand Down

0 comments on commit 7d431c2

Please sign in to comment.