Skip to content

Commit 9655330

Browse files
committed
chore: uptick version & update dependencies
1 parent ce872ce commit 9655330

File tree

2 files changed

+29
-91
lines changed

2 files changed

+29
-91
lines changed

Cargo.lock

+25-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trunk"
3-
version = "0.21.2"
3+
version = "0.21.3"
44
edition = "2021"
55
description = "Build, bundle & ship your Rust WASM application to the web."
66
license = "MIT/Apache-2.0"
@@ -25,7 +25,7 @@ axum = { version = "0.7", features = ["ws"] }
2525
axum-server = "0.7"
2626
base64 = "0.22"
2727
bytes = "1"
28-
cargo-lock = "9"
28+
cargo-lock = "10"
2929
cargo_metadata = "0.18.1"
3030
clap = { version = "4", features = ["derive", "env"] }
3131
console = "0.15"
@@ -71,11 +71,11 @@ toml = "0.8"
7171
tower-http = { version = "0.6.1", features = ["fs", "trace", "set-header"] }
7272
tracing = "0.1"
7373
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
74-
which = "6"
74+
which = "7"
7575
zip = "2"
7676

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

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

0 commit comments

Comments
 (0)