Skip to content

Commit

Permalink
Update ctor requirement from 0.2.9 to 0.3.6
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: ctor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent 0e4c672 commit d38eda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libafl_bolts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ num_enum = { workspace = true, default-features = false }
ahash = { workspace = true, optional = true } # The hash function already used in hashbrown
backtrace = { workspace = true, default-features = true, optional = true } # Used to get the stacktrace in StacktraceObserver

ctor = { optional = true, version = "0.2.9" }
ctor = { optional = true, version = "0.3.6" }
miniz_oxide = { version = "0.8.0", optional = true }
hostname = { version = "0.4.0", optional = true } # Is there really no gethostname in the stdlib?
rand_core = { version = "0.9.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion libafl_concolic/symcc_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libafl = { workspace = true, features = ["std", "serdeany_autoreg"] }
libafl_bolts = { workspace = true, features = ["std", "serdeany_autoreg"] }

unchecked_unwrap = "4.0.0"
ctor = "0.2.9"
ctor = "0.3.6"
libc = { workspace = true }

[build-dependencies]
Expand Down

0 comments on commit d38eda5

Please sign in to comment.