-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove dynamodb legacy db impl (#720)
refactor: remove dynamodb legacy db impl
- Loading branch information
Showing
27 changed files
with
127 additions
and
1,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
[advisories] | ||
ignore = [ | ||
"RUSTSEC-2021-0124", # Bound by tokio restrictions, rusoto, reqwest, hyper... | ||
"RUSTSEC-2023-0052", # Bound by Rusoto 0.47, Rustls 0.20, hyper-rustls 0.22, a2 0.8 | ||
"RUSTSEC-2024-0336", # Bound by hyper-alpn 0.4.1, hyper-rustls 0.22.0/0.23.4, | ||
# tokio-rustls 0.22.0/0.23.4 (not affected) | ||
"RUSTSEC-2021-0124", # Bound by tokio restrictions, cargo, reqwest, hyper... | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ html_coverage | |
site-packages/* | ||
lib-python/* | ||
bin/* | ||
ddb | ||
include/* | ||
lib_pypy/* | ||
pypy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ syntax:glob | |
*.egg | ||
*~ | ||
build | ||
ddb | ||
dist | ||
docs/_build | ||
*.xml | ||
|
Oops, something went wrong.