We can now update to the current version of once_cell with Rust 1.75.
[[package]]
name = "once_cell"
-version = "1.20.3"
+version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
+checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "opaque-debug"
regex = "~1.5.5"
tracing = "0.1"
tracing-subscriber = "0.3"
+once_cell = { version = "1.21.3" }
# 4.0 is the newest version that builds with Rust 1.67.1.
clap = { version = "=4.2.0", default-features = false, features = ["std", "derive", "help", "usage"] }
-# Pin once_cell otherwise clap will pull in v1.21.0 which requires Rust 1.70+.
-once_cell = { version = "=1.20.3" }
# 4.0 is the newest version that builds with Rust 1.67.1.
clap = { version = "=4.2.0", default-features = false, features = ["std", "derive", "help", "usage"] }
-# Pin once_cell otherwise clap will pull in v1.21.0 which requires Rust 1.70+.
-once_cell = { version = "=1.20.3" }
+once_cell = { version = "1.21.3" }
# Need to pin back for Rust 1.67.1
rustyline = { version = "=11.0.0" }