Update immediate and transitive dependencies
I don't think this has happened in awhile but I've run a `cargo update` as well as trimming some of the duplicate/older dependencies in `Cargo.lock` by updating some of our immediate dependencies as well.
This commit is contained in:
@@ -17,8 +17,8 @@ derive_more = "0.99"
|
||||
dynasm = "0.5.2"
|
||||
dynasmrt = "0.5.2"
|
||||
iter-enum = "0.2"
|
||||
itertools = "0.8.2"
|
||||
memoffset = "0.5.3"
|
||||
itertools = "0.9.0"
|
||||
memoffset = "0.6.0"
|
||||
more-asserts = "0.2.1"
|
||||
smallvec = "1.0.0"
|
||||
staticvec = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user