Skip to content

Commit ed8dd73

Browse files
Update ctor requirement from 0.8.0 to 0.10.0 (#3799)
Updates the requirements on [ctor](https://github.com/mmastrac/rust-ctor) to permit the latest version. - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d7f3f8 commit ed8dd73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ capstone = "0.14.0" # Disassembler used in libafl_unicorn to provide disassembly
121121
clap = "4.5.52"
122122
cc = "1.2.53"
123123
cmake = "0.1.57"
124-
ctor = "0.8.0"
124+
ctor = "0.10.0"
125125
document-features = "0.2.11"
126126
erased-serde = { version = "0.4.5", default-features = false } # erased serde
127127
fastbloom = { version = "0.17.0", default-features = false }

crates/libafl_bolts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ serde = { workspace = true, default-features = false, features = [
190190
postcard = { workspace = true, optional = true } # no_std compatible serde serialization format
191191
num_enum = { workspace = true, default-features = false }
192192

193-
ctor = { optional = true, version = "0.8.0" }
193+
ctor = { optional = true, version = "0.10.0" }
194194
miniz_oxide = { version = "0.9.0", optional = true }
195195
hostname = { version = "0.4.2", optional = true } # Is there really no gethostname in the stdlib?
196196
log = { workspace = true }

0 commit comments

Comments
 (0)