Skip to content

Commit 61aac21

Browse files
Assigned RUSTSEC-2025-0050 to id-map (#2368)
1 parent 13bf15a commit 61aac21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.duplicate-id-guard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This file causes merge conflicts if two ID assignment jobs run concurrently.
22
This prevents duplicate ID assignment due to a race between those jobs.
3-
dc84b9d1d5f819b0c78d4b6706517a45192b3f718a3913c536befd773e854a57 -
3+
ee1b5e545d45b09e37c3184bf7b008e53a0c306446f2fc3b7da78b7e1a7c7667 -

crates/id-map/RUSTSEC-0000-0000.md renamed to crates/id-map/RUSTSEC-2025-0050.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```toml
22
[advisory]
3-
id = "RUSTSEC-0000-0000"
3+
id = "RUSTSEC-2025-0050"
44
package = "id-map"
55
date = "2025-08-14"
66

@@ -26,4 +26,4 @@ The bug was fixed in commit `fab6922`, and all unsafe code was removed from the
2626

2727
Note that the maintainer recommends using the following alternatives:
2828
- [slab](https://crates.io/crates/slab)
29-
- [slotmap](https://crates.io/crates/slotmap)
29+
- [slotmap](https://crates.io/crates/slotmap)

0 commit comments

Comments
 (0)