Skip to content

Commit

Permalink
chore(deps): Update Rust crate ctor to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 4e580a3 commit 2c0ab23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ anyhow = "1.0.75"

[dev-dependencies]
env_logger = "0.10.1"
ctor = "0.2.5"
ctor = "0.2.6"
2 changes: 1 addition & 1 deletion hocon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion toys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ oni-comb-parser-rs = { version = "0.0.*", path = "../parser" }

[dev-dependencies]
env_logger = "0.10.1"
ctor = "0.2.5"
ctor = "0.2.6"
2 changes: 1 addition & 1 deletion uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c0ab23

Please sign in to comment.