Lock rust dependencies (#13858)

This commit is contained in:
Erik Johnston 2022-09-21 10:49:48 +01:00 committed by GitHub
parent b7508b1538
commit ab86743f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 328 additions and 1 deletions

3
.gitignore vendored
View file

@ -15,8 +15,9 @@ _trial_temp*/
.DS_Store
__pycache__/
# We do want the poetry lockfile.
# We do want the poetry and cargo lockfile.
!poetry.lock
!Cargo.lock
# stuff that is likely to exist when you run a server locally
/*.db