Commit b70c2db
chore: ignore RUSTSEC-2026-0037 and upgrade/consolidate dependencies (#419)
* fix: resolve compilation errors from rand 0.9 -> 0.10 upgrade
In rand 0.10, `RngCore` was removed from the root and `fill_bytes` moved
to the `Rng` trait, while `random_range` moved to the `RngExt` trait.
Revert sec1 to 0.7.3 since 0.8.0 requires der 0.8 which is incompatible
with the current pkcs8 0.10 / elliptic-curve 0.13 generation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor: centralize all dependency versions in workspace Cargo.toml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: inline reqwest/schemars workspace deps and upgrade nix to 0.31.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: add taplo.toml for consistent TOML formatting
Configures taplo to keep arrays and inline tables on single lines.
The VSCode "Even Better TOML" extension will automatically use this config.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: ignore RUSTSEC-2026-0037 (quinn-proto DoS)
The quinn-proto vulnerability is only reachable via reqwest's `http3`
feature, which is not enabled in this project.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: add TOML formatting check using taplo
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: fix taplo download URL and gunzip flags
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: remove taplo.toml and reformat TOML files with default settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f339db6 commit b70c2db
File tree
12 files changed
+278
-373
lines changed- .cargo
- .github/workflows
- crates
- icp-cli
- src
- tests/assets/echo_init_arg_canister
- icp/src
- identity
- network/managed
12 files changed
+278
-373
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
81 | 98 | | |
82 | 99 | | |
83 | 100 | | |
| |||
0 commit comments