Skip to content

Commit

Permalink
Depenendencies updated (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali authored Feb 12, 2025
1 parent a1cc1c4 commit 8f3f5e5
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 58 deletions.
6 changes: 3 additions & 3 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Include .github, .cargo, etc.
ignore-hidden = false
extend-exclude = [
# /.git isn't in .gitignore, because git never tracks it.
# Typos doesn't know that, though.
"/.git",
# /.git isn't in .gitignore, because git never tracks it.
# Typos doesn't know that, though.
"/.git",
]
37 changes: 13 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 13 additions & 24 deletions example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[workspace]
resolver = "2"
members = [
"demolib", "xtask_kompari",
]
members = ["demolib", "xtask_kompari"]
2 changes: 1 addition & 1 deletion example/demolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
image = { version = "0.25", default-features = false, features = ["png"] }
image = { version = "0.25", default-features = false, features = ["png"] }
2 changes: 1 addition & 1 deletion kompari-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ clap = { workspace = true }

[dev-dependencies]
assert_cmd = "2.0"
tempfile = "3.15"
tempfile = "3.15"
4 changes: 2 additions & 2 deletions kompari-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ kompari = { path = "../kompari" }
image = { workspace = true }
base64 = "0.22"
chrono = "0.4"
maud = "0.26"
maud = "0.27"
imagesize = "0.13"
serde = { version = "1.0.217", features = ["derive"] }
tokio = "1.43"
axum = "0.8"
axum = "0.8"

0 comments on commit 8f3f5e5

Please sign in to comment.