Take base64 0.23
The last of the five semver gaps that was both behind and free to move.
rustls-platform-verifier, rusqlite and libsqlite3-sys are already on their
current majors; rfd stays at 0.16 because tauri-plugin-dialog 2.7.2 requires
that major, which the manifest comment beside it already records.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+6 insertions,
-6 deletions
| 2245 |
2245 |
|
dependencies = [
|
| 2246 |
2246 |
|
"async-imap",
|
| 2247 |
2247 |
|
"async-trait",
|
| 2248 |
|
- |
"base64 0.22.1",
|
|
2248 |
+ |
"base64 0.23.1",
|
| 2249 |
2249 |
|
"chrono",
|
| 2250 |
2250 |
|
"chrono-tz",
|
| 2251 |
2251 |
|
"csv",
|
| 8493 |
8493 |
|
"winnow 1.0.4",
|
| 8494 |
8494 |
|
]
|
| 8495 |
8495 |
|
|
| 8496 |
|
- |
[[patch.unused]]
|
| 8497 |
|
- |
name = "ops-status"
|
| 8498 |
|
- |
version = "0.1.0"
|
| 8499 |
|
- |
|
| 8500 |
8496 |
|
[[patch.unused]]
|
| 8501 |
8497 |
|
name = "quasi-axum"
|
| 8502 |
8498 |
|
version = "0.56.0"
|
| 8512 |
8508 |
|
[[patch.unused]]
|
| 8513 |
8509 |
|
name = "quasi-store"
|
| 8514 |
8510 |
|
version = "0.1.0"
|
|
8511 |
+ |
|
|
8512 |
+ |
[[patch.unused]]
|
|
8513 |
+ |
name = "ops-status"
|
|
8514 |
+ |
version = "0.1.0"
|
| 71 |
71 |
|
|
| 72 |
72 |
|
# Security / OAuth
|
| 73 |
73 |
|
rand = "0.10"
|
| 74 |
|
- |
base64 = "0.22"
|
|
74 |
+ |
base64 = "0.23"
|
| 75 |
75 |
|
sha2 = "0.11"
|
| 76 |
76 |
|
hex = "0.4"
|
| 77 |
77 |
|
|