diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index 710cc88..04f1ca6 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -999,9 +999,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index e3e2f8d..9e9c6f6 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -15,7 +15,7 @@ dotenvy = { version = "0.15.7" } flate2 = { version = "1.0.35" } glob = "0.3.2" headers = { version = "0.4.0" } -humantime = { version = "2.1.0" } +humantime = { version = "2.2.0" } opentelemetry = { version = "0.23.0" } opentelemetry-otlp = { version = "0.16.0", features = ["metrics", "tokio"] } opentelemetry-semantic-conventions = { version = "0.15.0" }