From 50f817e8917adda47cced64283d2e09dc7a4fd7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:53:32 +0000 Subject: [PATCH] chore(deps): Update Rust crate ctor to 0.2.5 --- 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 dfb5a6fd..74025801 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -19,4 +19,4 @@ anyhow = "1.0.75" [dev-dependencies] env_logger = "0.10.0" -ctor = "0.2.4" +ctor = "0.2.5" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 548d868e..9d3b5534 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.4" +ctor = "0.2.5" rand = "0.8.5" env_logger = "0.10.0" prop-check-rs = "0.0.344" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 11c23cba..80f8e280 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.4" +ctor = "0.2.5" pprof = { version = "0.12", features = ["flamegraph", "criterion"] } [[bench]] diff --git a/toys/Cargo.toml b/toys/Cargo.toml index 955f23ef..db3d3547 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.0" -ctor = "0.2.4" \ No newline at end of file +ctor = "0.2.5" \ No newline at end of file diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 90e23d82..6f6866ca 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.0" -ctor = "0.2.4" +ctor = "0.2.5" rand = "0.8.5" prop-check-rs = "0.0.344" anyhow = "1.0.75"