chore: update dependencies

Fixes #318
This commit is contained in:
Michael Aaron Murphy 2024-07-31 08:08:34 +02:00
parent a9cbbeea0a
commit b004b9d815
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
11 changed files with 340 additions and 314 deletions

View file

@ -47,7 +47,7 @@ clean-dist: clean
# Run the application for testing purposes
run *args:
env RUST_LOG=debug RUST_BACKTRACE=full cargo run {{args}}
env RUST_LOG=debug RUST_BACKTRACE=full cargo run {{args}} --release
# Run `cargo test`
test *args: