forked from ROMEO/nexosim
Update multishot
crate dependency
A soundness issue was discovered in the `multishot` dependency that was fixed in 0.3.2.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
# unreleased
|
# unreleased
|
||||||
|
|
||||||
- Add `serde` feature and serialization support for `MonotonicTime`.
|
- Add `serde` feature and serialization support for `MonotonicTime`.
|
||||||
|
- Update `multishot` dependency due to soundness issue in older version.
|
||||||
|
|
||||||
# 0.2.1 (2024-03-06)
|
# 0.2.1 (2024-03-06)
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ async-event = "0.1"
|
|||||||
crossbeam-utils = "0.8"
|
crossbeam-utils = "0.8"
|
||||||
diatomic-waker = "0.1"
|
diatomic-waker = "0.1"
|
||||||
futures-task = "0.3"
|
futures-task = "0.3"
|
||||||
multishot = "0.3"
|
multishot = "0.3.2"
|
||||||
num_cpus = "1.13"
|
num_cpus = "1.13"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
recycle-box = "0.2"
|
recycle-box = "0.2"
|
||||||
|
Reference in New Issue
Block a user