From ff381fc3ebfe16085a95a96ec687cc6378f61d28 Mon Sep 17 00:00:00 2001 From: ewang Date: Fri, 15 Mar 2024 11:58:34 -0700 Subject: Require nix ~0.24.3 and chrono ~0.4.31 in Cargo.toml These minor versions are required for the APIs used in pingora-core. --- .bleep | 2 +- pingora-core/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bleep b/.bleep index 39a4637..25ef42f 100644 --- a/.bleep +++ b/.bleep @@ -1 +1 @@ -75bf189b8e2ce2ab5acead15f8db45485085e577 \ No newline at end of file +62aab35f3ee85a4978de9075877b831e9f185ed2 \ No newline at end of file diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 76d239c..a885e6b 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -35,13 +35,13 @@ http = { workspace = true } log = { workspace = true } h2 = { workspace = true } lru = { workspace = true } -nix = "0.24" +nix = "~0.24.3" structopt = "0.3" once_cell = { workspace = true } serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" libc = "0.2.70" -chrono = { version = "0.4", features = ["alloc"], default-features = false } +chrono = { version = "~0.4.31", features = ["alloc"], default-features = false } thread_local = "1.0" prometheus = "0.13" daemonize = "0.5.0" -- cgit v1.2.3