From 4c0a9c616c58c8d33dda450954dcf641ae73104f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:30:30 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a66c2c4..127af4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ hex = "0.4.3" hostname = "0.3" itertools = "0.11.0" md-5 = "0.10.5" -once_cell = "1.15" +once_cell = "1.18" open_cmd = { version = "0.1.0", features = ["tracing"] } petgraph = "0.6" regex = "1.8"