diff --git a/Cargo.toml b/Cargo.toml index 63c834a..9de85f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.18.2", features = ["full"] } log = "0.4.17" serde = "1.0.137" toml = "0.5.9" -once_cell = "1.12.0" +once_cell = "1.17.1" sentry = "0.26.0" reqwest = { version = "0.11", features = ["json"] } ansi_term = "*"