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:
@@ -20,7 +20,7 @@ links = "wasi-common-19"
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
libc = "0.2"
|
||||
getrandom = { version = "0.1.14", features = ["std"] }
|
||||
getrandom = { version = "0.2.0", features = ["std"] }
|
||||
cfg-if = "1.0"
|
||||
filetime = "0.2.7"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user