Skip to content

Commit 6d95fae

Browse files
authored
Self schedule not async anymore (#4415)
* Self schedule not async anymore * Ignoring temporarily RUSTSEC-2023-0071.
1 parent ffcd482 commit 6d95fae

File tree

21 files changed

+470
-510
lines changed

21 files changed

+470
-510
lines changed

.github/workflows/dependency.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
- name: "Dependency Review"
1919
uses: actions/dependency-review-action@v3
2020
with:
21-
allow-ghsas: GHSA-xpp3-xrff-w6rh # this refers to a RocksDB vulnerability on an API we do not use.
21+
# This is an minor vuln on the rsa crate, used for
22+
# google storage.
23+
allow-ghsas: GHSA-c38w-74pg-36hr,GHSA-4grx-2x9w-596c

0 commit comments

Comments
 (0)