Skip to content

Commit

Permalink
chore: uptick version & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 6, 2024
1 parent ce872ce commit 9655330
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 91 deletions.
112 changes: 25 additions & 87 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trunk"
version = "0.21.2"
version = "0.21.3"
edition = "2021"
description = "Build, bundle & ship your Rust WASM application to the web."
license = "MIT/Apache-2.0"
Expand All @@ -25,7 +25,7 @@ axum = { version = "0.7", features = ["ws"] }
axum-server = "0.7"
base64 = "0.22"
bytes = "1"
cargo-lock = "9"
cargo-lock = "10"
cargo_metadata = "0.18.1"
clap = { version = "4", features = ["derive", "env"] }
console = "0.15"
Expand Down Expand Up @@ -71,11 +71,11 @@ toml = "0.8"
tower-http = { version = "0.6.1", features = ["fs", "trace", "set-header"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
which = "6"
which = "7"
zip = "2"

# pin lightningcss, used by trunk, also pulled in by minify-html
lightningcss = "=1.0.0-alpha.59"
lightningcss = "=1.0.0-alpha.60"

# required for the update check
crates_io_api = { version = "0.11", default-features = false, optional = true }
Expand Down

0 comments on commit 9655330

Please sign in to comment.