Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove dynamodb legacy db impl #720

Merged
merged 10 commits into from
Jul 3, 2024
5 changes: 1 addition & 4 deletions .cargo/audit.toml
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...
]
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ html_coverage
site-packages/*
lib-python/*
bin/*
ddb
include/*
lib_pypy/*
pypy
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ syntax:glob
*.egg
*~
build
ddb
dist
docs/_build
*.xml
Expand Down
Loading