Commit 9e72e0f
committed
chore(deps): bump base64 from 0.22.1 to 0.23.0 without simd-unsafe
base64 0.23.0 adds `simd-unsafe` to its default features, which disables the
crate's unconditional `#![forbid(unsafe_code)]`. Our call sites only ever build
the scalar `GeneralPurpose` engine, and that engine passes a no-op SIMD prefix,
so the SIMD engines are unreachable from here. Turning the default features off
keeps the dependency free of unsafe code and leaves the API we use unchanged.
ureq, termwiz and tungstenite still require base64 0.22.1, so both locks carry
two versions of the crate.1 parent 4afedda commit 9e72e0f
3 files changed
Lines changed: 26 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments