diff --git a/Cargo.lock b/Cargo.lock index 5b440710b..a113719f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,9 +2286,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" +checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 0e2dcb846..18e253e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ native-tls = "0.2" num_cpus = "1.13" num-derive = "0.3" num-traits = "0.2" -once_cell = "1.13.1" +once_cell = "1.15.0" percent-encoding = "2.0" pgp = { version = "0.8", default-features = false } pretty_env_logger = { version = "0.4", optional = true } diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 77cf62318..8d52b53cd 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1", features = ["rt-multi-thread"] } anyhow = "1" thiserror = "1" rand = "0.7" -once_cell = "1.13.1" +once_cell = "1.15.0" [features] default = ["vendored"]