Skip to content

Commit

Permalink
Update Rust crate once_cell to 1.20.2 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Dec 23, 2024
1 parent 583f809 commit 50f22a5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fixedbitset = { version = "0.4.2", default-features = false }
nested = "0.1.1"
indexmap = "2.7.0"
itertools = "0.13.0"
once_cell = "1.19.0"
once_cell = "1.20.2"
pathdiff = { version = "0.2.3", features = ["camino"] }
petgraph = { version = "0.6.5", default-features = false }
proptest = { version = "1.5.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ itertools = "0.13.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.10.1"
once_cell = "1.19.0"
once_cell = "1.20.2"
pathdiff = "0.2.3"
proptest = "1.5.0"
2 changes: 1 addition & 1 deletion internal-tools/fixture-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ guppy = { path = "../../guppy", features = ["proptest1", "summaries"] }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
fixtures = { path = "../../fixtures" }
hakari = { path = "../../tools/hakari", features = ["cli-support", "proptest1"] }
once_cell = "1.19.0"
once_cell = "1.20.2"
proptest = "1.5.0"
proptest-ext = { path = "../proptest-ext" }
structopt = "0.3.26"
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ guppy = { version = "0.17.10", path = "../../guppy", features = [
"rayon1",
"summaries",
] }
once_cell = "1.19.0"
once_cell = "1.20.2"
petgraph = { version = "0.6.5", default-features = false, features = [
"graphmap",
] }
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ syn = { version = "2.0.90", features = ["extra-traits", "full", "visit"] }

[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.155" }
once_cell = { version = "1.19.0" }
once_cell = { version = "1.20.2" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
libc = { version = "0.2.155", features = ["extra_traits"] }
once_cell = { version = "1.19.0" }
once_cell = { version = "1.20.2" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
libc = { version = "0.2.155", features = ["extra_traits"] }
once_cell = { version = "1.19.0" }
once_cell = { version = "1.20.2" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.x86_64-pc-windows-msvc.dependencies]
once_cell = { version = "1.19.0" }
once_cell = { version = "1.20.2" }
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "sysinfoapi", "winbase", "wincon", "winerror", "winnt"] }
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }

Expand Down

0 comments on commit 50f22a5

Please sign in to comment.