Skip to content

Commit

Permalink
Merge branch 'fixup-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
moses-palmer committed Jan 3, 2023
2 parents 95863ea + 35fb7f6 commit 00a4a62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ clap = "2.33"
image = "0.23"
rand = "*"
rayon = "1.3"
svg = "0.10"
svg = "0.13"
2 changes: 1 addition & 1 deletion maze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
rand = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
svg = { version = "0.10", optional = true }
svg = { version = "0.13", optional = true }
maze-test = { path = "../test" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actix-web = "3"
futures-util = "*"
rand = "*"
serde = "*"
svg = "*"
svg = "0.13"

[dev-dependencies]
serde_urlencoded = { version = "*" }

0 comments on commit 00a4a62

Please sign in to comment.