Skip to content

Commit

Permalink
Update ctor requirement from 0.1.20 to 0.2.4 in /kernel
Browse files Browse the repository at this point in the history
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-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent 0e42045 commit df263a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ core2 = { version = "0.3", default-features = false, features = [ "alloc" ], opt
serde = { version = "1" }
serde_cbor = { version = "0.11" }
rand = { version = "0.8", features = ["small_rng"] }
ctor = "0.1.20"
ctor = "0.2.4"
memfile = "0.2.1"

[target.'cfg(not(target_os = "none"))'.dev-dependencies]
Expand Down

0 comments on commit df263a7

Please sign in to comment.