diff --git a/Cargo.lock b/Cargo.lock index 4f4717b71..0cc251a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2175,9 +2175,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.2" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index f94c301d4..1933ec1d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate" } # prometheus prometheus = "0.13" hyper = { version = "0.14.25", features = ["server", "http1", "http2", "tcp"] } -once_cell = "1.17" +once_cell = "1.18" [dev-dependencies] anyhow = "1"