diff --git a/Cargo.lock b/Cargo.lock index 50738b62..1827538c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -881,9 +881,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index cff861ae..6f8b5852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ctl10n = "0.2.0" [dependencies] lazy_static = "1.4" -once_cell = "1.13" +once_cell = "1.17" anyhow = "1.0" structopt = "0.3" futures = "0.3"