Skip to content

Commit e70f3cb

Browse files
authored
Revert "Bump once_cell from 1.19.0 to 1.20.0 (#991)" (#999)
This reverts commit 1bd1a26.
1 parent 67125f6 commit e70f3cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/ducks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0"
1212
bytes = "1.7"
1313
entropy = "0.4"
1414
hyper = { version = "0.14", features = ["server"] }
15-
once_cell = "1.20"
15+
once_cell = "1.18"
1616
serde_json = "1.0"
1717
shared = { path = "../shared" }
1818
sketches-ddsketch = "0.3"

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nix = { version = "0.29", default-features = false, features = [
4545
"signal",
4646
] }
4747
num_cpus = { version = "1.16" }
48-
once_cell = { version = "1.20" }
48+
once_cell = { version = "1.18" }
4949
rand = { workspace = true, default-features = false, features = [
5050
"small_rng",
5151
"std",

0 commit comments

Comments
 (0)