From 2c0ab238ad0c7285712507f336de7b38850e4f55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:36:22 +0000 Subject: [PATCH] chore(deps): Update Rust crate ctor to 0.2.6 --- crond/Cargo.toml | 2 +- hocon/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- toys/Cargo.toml | 2 +- uri/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crond/Cargo.toml b/crond/Cargo.toml index 1c884704..3ffd5d19 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -19,4 +19,4 @@ anyhow = "1.0.75" [dev-dependencies] env_logger = "0.10.1" -ctor = "0.2.5" +ctor = "0.2.6" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 04cc9a7b..8decd465 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -21,7 +21,7 @@ chrono = "0.4.31" anyhow = "1.0.75" [dev-dependencies] -ctor = "0.2.5" +ctor = "0.2.6" rand = "0.8.5" env_logger = "0.10.1" prop-check-rs = "0.0.420" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index c8008ead..3092af1f 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -26,7 +26,7 @@ chrono = "0.4.31" pom = "3.3.0" nom = "7.1.3" criterion = { version = "0.5.1", features = [ "html_reports" ]} -ctor = "0.2.5" +ctor = "0.2.6" pprof = { version = "0.13", features = ["flamegraph", "criterion"] } [[bench]] diff --git a/toys/Cargo.toml b/toys/Cargo.toml index 16cd7368..60a10a7d 100644 --- a/toys/Cargo.toml +++ b/toys/Cargo.toml @@ -16,4 +16,4 @@ oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } [dev-dependencies] env_logger = "0.10.1" -ctor = "0.2.5" \ No newline at end of file +ctor = "0.2.6" \ No newline at end of file diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 7bef295d..33a30f79 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -17,7 +17,7 @@ oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } [dev-dependencies] log = "0.4.20" env_logger = "0.10.1" -ctor = "0.2.5" +ctor = "0.2.6" rand = "0.8.5" prop-check-rs = "0.0.420" anyhow = "1.0.75"