diff --git a/Cargo.toml b/Cargo.toml index c22746a..5629e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.89" base64 = "0.22" bb8 = "0.8.6" -chrono = "0.4.41" +chrono = "0.4.42" clap = { version = "4.5.54", features = ["derive", "string", "env"] } config = { version = "0.15.13", features = ["toml"] } cookie = { version = "0.18.1" }