Skip to content

Commit

Permalink
Update Rust crate once_cell to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Dec 7, 2023
1 parent 520bda4 commit 0df9eaa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
nextest-filtering = { version = "=0.6.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.51.0", path = "../nextest-runner" }
nextest-metadata = { version = "=0.9.3", path = "../nextest-metadata" }
once_cell = "1.18.0"
once_cell = "1.19.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
pathdiff = { version = "0.2.1", features = ["camino"] }
semver = "1.0.20"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ camino-tempfile = "1.1.1"
cfg-if = "1.0.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.9.3", path = "../nextest-metadata" }
once_cell = "1.18.0"
once_cell = "1.19.0"
regex = "1.10.2"
serde_json = "1.0.108"
insta = { version = "1.34.0", default-features = false }
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ itertools = "0.12.0"
log = "0.4.20"
rand = "0.8.5"
miette = "5.10.0"
once_cell = "1.18.0"
once_cell = "1.19.0"
owo-colors = "3.5.0"
pin-project-lite = "0.2.13"
regex = "1.10.2"
Expand Down
6 changes: 3 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] }
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"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
tokio = { version = "1.34.0", default-features = false, features = ["net"] }

Expand All @@ -65,7 +65,7 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] }
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"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
tokio = { version = "1.34.0", default-features = false, features = ["net"] }

Expand All @@ -77,7 +77,7 @@ futures-core = { version = "0.3.29" }
futures-sink = { version = "0.3.29" }
futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
tokio = { version = "1.34.0", default-features = false, features = ["net"] }
winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "handleapi", "jobapi2", "minwinbase", "minwindef", "ntsecapi", "processenv", "processthreadsapi", "psapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
windows-sys = { version = "0.48.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
Expand Down

0 comments on commit 0df9eaa

Please sign in to comment.