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.
This commit is contained in:
ewang 2024-03-15 11:58:34 -07:00 committed by Yuchen Wu
parent f431624701
commit ff381fc3eb
2 changed files with 3 additions and 3 deletions

2
.bleep
View file

@ -1 +1 @@
75bf189b8e2ce2ab5acead15f8db45485085e577
62aab35f3ee85a4978de9075877b831e9f185ed2

View file

@ -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"