Merge pull request #833 from RustSec/assign-ids

Assigned RUSTSEC-2021-0042 to insert_many
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-03-26 07:44:58 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
This file causes merge conflicts if two ID assignment jobs run concurrently.
This prevents duplicate ID assignment due to a race between those jobs.
63e688df869e926219e8a7675454986981a9b1d0fc7fbd88f180183b90dd95f5 -
8c5f61a3d56353af54cfd06e5baf82613f677aa0131a6223bde24df272d4fc30 -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0042"
package = "insert_many"
date = "2021-01-26"
url = "https://github.com/rphmeier/insert_many/issues/1"