Skip to content

Commit

Permalink
Merge branch 'feature/upgrade-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
moses-palmer committed Sep 19, 2024
2 parents fac5b30 + dee2583 commit a464e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[workspace.dependencies]
actix-web = "4.9"
bit-set = "0.5"
bit-set = "0.8"
clap = { version = "4.5", features = [ "cargo", "derive" ] }
futures-util = "0.3"
image = "0.25"
Expand All @@ -18,6 +18,7 @@ serde_urlencoded = "0.7"
svg = "0.17"

[workspace]
resolver = "2"
members = [
"maze",
"maker",
Expand Down

0 comments on commit a464e84

Please sign in to comment.