Removed time 0.1 dependency, updated dependencies #3122
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR changes the following:
time
dependency fromboa-wasm
, which was a leftover (we didn't remove default features), and was causing a security warning in the repo. We no longer have time 0.1 in our dependency tree.I also went through all the duplicate / outdated dependencies in the tree and I opened / subscribed to these dependency updates:
We are also waiting for new releases of the following crates / crate groups:
crossterm
after Upgrade to bitflags 2 crossterm-rs/crossterm#777nix
after Update to bitflags 2.2.1. nix-rust/nix#2027async-io
after Update rustix requirement from 0.37.1 to 0.38.2 smol-rs/async-io#141async-process
after Update rustix requirement from 0.37 to 0.38 smol-rs/async-process#47