diff --git a/Cargo.lock b/Cargo.lock index 94ee342178..313229a393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,11 +702,10 @@ checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82" [[package]] name = "atomic-time" -version = "0.1.5" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9622f5c6fb50377516c70f65159e70b25465409760c6bd6d4e581318bf704e83" +checksum = "75821c8282c0e622f3892087c1eeb8d4e3964b92467a263a44afa7d79dec7f3c" dependencies = [ - "once_cell", "portable-atomic", ] diff --git a/Cargo.toml b/Cargo.toml index 423530cdf9..9106037aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ version = "1.48.0" anyhow = "1.0.102" async-channel = "2.5.0" async-trait = "0.1.89" -atomic-time = "0.1.5" +atomic-time = "0.2.1" axum = { version = "0.8", default-features = false, features = ["http2", "tokio"] } axum-extra = { version = "0.10" } axum-server = { version = "0.8.0", default-features = false }