-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-crates.toml
More file actions
52 lines (45 loc) · 1.58 KB
/
Copy pathrelease-crates.toml
File metadata and controls
52 lines (45 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[release]
version = "1.3.8"
policy = "synced-family"
[crates."base64-ng"]
previous_version = "1.3.7"
version = "1.3.8"
change = "code"
publish = true
reason = "Publishes the 1.3.8 security-hardening patch with guarded Tokio read-all growth, runtime-only browser wasm evidence, compile-time-selected table-authoritative custom alphabet encoding, and scheduled advisory monitoring; the stronger RISC-V RVV review moves to 1.3.9."
[crates."base64-ng-sanitization"]
previous_version = "1.3.7"
version = "1.3.8"
change = "dependency"
publish = true
reason = "Keeps the sanitization companion synchronized with the 1.3.8 crate family."
[crates."base64-ng-derive"]
previous_version = "1.3.7"
version = "1.3.8"
change = "dependency"
publish = true
reason = "Keeps the derive companion version synchronized with the 1.3.8 crate family."
[crates."base64-ng-serde"]
previous_version = "1.3.7"
version = "1.3.8"
change = "dependency"
publish = true
reason = "Keeps the serde companion version synchronized with the 1.3.8 crate family."
[crates."base64-ng-bytes"]
previous_version = "1.3.7"
version = "1.3.8"
change = "dependency"
publish = true
reason = "Keeps the bytes companion synchronized with the 1.3.8 crate family."
[crates."base64-ng-subtle"]
previous_version = "1.3.7"
version = "1.3.8"
change = "dependency"
publish = true
reason = "Keeps the subtle companion version synchronized with the 1.3.8 crate family."
[crates."base64-ng-tokio"]
previous_version = "1.3.7"
version = "1.3.8"
change = "code"
publish = true
reason = "Adds guarded read-all growth so replaced Tokio allocations are wiped before deallocation."