diff --git a/Cargo.toml b/Cargo.toml index 66a551b..81b6596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ reqwest = { version = "0.11.14", features = ["json"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" serde_yaml = "0.9.17" -once_cell = "1.17.0" +once_cell = "1.18.0" thiserror = "1.0.38" tokio = { version = "1.25.0", features = ["full"] } url = "2.3.1" @@ -47,7 +47,7 @@ whoami = "1.3.0" [build-dependencies] chrono = "0.4.23" regex = "1.7.1" -once_cell = "1.17.0" +once_cell = "1.18.0" which = "4.4.0" [[bin]]