-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[auto] Update cargo dependencies #124
Conversation
xv-github-iat-bot
commented
Nov 12, 2024
```console $ cargo update Updating crates.io index Updating git repository `https://github.com/expressvpn/wolfssl-rs` Updating git submodule `https://github.com/wolfSSL/wolfssl.git` Locking 22 packages to latest compatible versions Updating allocator-api2 v0.2.18 -> v0.2.20 Updating anyhow v1.0.92 -> v1.0.93 Updating arbitrary v1.4.0 -> v1.4.1 Updating cc v1.1.34 -> v1.1.37 Updating cpufeatures v0.2.14 -> v0.2.15 Updating fastrand v2.1.1 -> v2.2.0 Updating futures-lite v2.4.0 -> v2.5.0 Updating libc v0.2.161 -> v0.2.162 Updating libfuzzer-sys v0.4.7 -> v0.4.8 Updating regex-automata v0.4.8 -> v0.4.9 Updating rustix v0.38.39 -> v0.38.40 Updating serde v1.0.214 -> v1.0.215 Updating serde_derive v1.0.214 -> v1.0.215 Removing thiserror v1.0.68 Adding thiserror v1.0.69 (latest: v2.0.3) Adding thiserror v2.0.3 Removing thiserror-impl v1.0.68 Adding thiserror-impl v1.0.69 (latest: v2.0.3) Adding thiserror-impl v2.0.3 Updating tokio v1.41.0 -> v1.41.1 Updating tun v0.7.1 -> v0.7.2 Updating wintun-bindings v0.7.16 -> v0.7.17 Updating wolfssl v2.0.0 (https://github.com/expressvpn/wolfssl-rs#4c48c208) -> #8366f61e Updating wolfssl-sys v1.2.0 (https://github.com/expressvpn/wolfssl-rs#4c48c208) -> #8366f61e note: pass `--verbose` to see 37 unchanged dependencies behind latest ```
Code coverage summary for da40699:
✅ Region coverage 57% passes |
@xv-raihaan-m please could you also tell
|
0d748b7
to
da40699
Compare
Updated cargo deny @xv-ian-c |
@@ -6,6 +6,8 @@ yanked = "deny" | |||
ignore = [ | |||
# yaml_rust is unmaintained, which is a dependency of twelf. Ignoring until its fixed | |||
"RUSTSEC-2024-0320", | |||
# instant is unmaintained, which is a dependency of tokio-eventfd. Ignoring until its fixed | |||
"RUSTSEC-2024-0384", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's also wasm only which isn't a platform we support:
lightway$ cargo tree -p instant
warning: nothing to print.
To find dependencies that require specific target platforms, try to use option `--target all` first, and then narrow your search scope accordingly.
lightway$ cargo tree -p instant --target wasm32-unknown-unknown
instant v0.1.13
└── cfg-if v1.0.0