Update Rust crate num-derive to 0.4.2 #26
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
serial_test = "3.0.0"
|
serial_test = "3.0.0"
|
||||||
num-traits = "0.2.17"
|
num-traits = "0.2.17"
|
||||||
num-derive = "0.4.1"
|
num-derive = "0.4.2"
|
||||||
|
|
||||||
#crypto
|
#crypto
|
||||||
cbc = { version = "0.1.2", features = ["alloc"] }
|
cbc = { version = "0.1.2", features = ["alloc"] }
|
||||||
|
|
Loading…
Reference in a new issue