Skip to content

Commit bb1dfc5

Browse files
authored
chore: bump vite-task (#294)
1 parent 6f6ba6f commit bb1dfc5

File tree

2 files changed

+27
-85
lines changed

2 files changed

+27
-85
lines changed

Cargo.lock

Lines changed: 21 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ tar = "0.4.43"
6161
tempfile = "3.14.0"
6262
test-log = { version = "0.2.18", features = ["trace"] }
6363
thiserror = "2"
64-
tokio = "1.46.1"
64+
tokio = "1.48.0"
6565
tracing = "0.1.41"
6666
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "serde"] }
6767
vite_error = { path = "crates/vite_error" }
68-
vite_glob = { git = "https://github.com/voidzero-dev/vite-task", rev = "c615ca66039e48b4a31d54fd0f1672c08d255e78" }
68+
vite_glob = { git = "https://github.com/voidzero-dev/vite-task", rev = "ba48c0edb8700c26363b89812be1f93940947efc" }
6969
vite_install = { path = "crates/vite_install" }
70-
vite_path = { git = "https://github.com/voidzero-dev/vite-task", rev = "c615ca66039e48b4a31d54fd0f1672c08d255e78" }
71-
vite_str = { git = "https://github.com/voidzero-dev/vite-task", rev = "c615ca66039e48b4a31d54fd0f1672c08d255e78" }
72-
vite_task = { git = "https://github.com/voidzero-dev/vite-task", rev = "c615ca66039e48b4a31d54fd0f1672c08d255e78" }
73-
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task", rev = "c615ca66039e48b4a31d54fd0f1672c08d255e78" }
70+
vite_path = { git = "https://github.com/voidzero-dev/vite-task", rev = "ba48c0edb8700c26363b89812be1f93940947efc" }
71+
vite_str = { git = "https://github.com/voidzero-dev/vite-task", rev = "ba48c0edb8700c26363b89812be1f93940947efc" }
72+
vite_task = { git = "https://github.com/voidzero-dev/vite-task", rev = "ba48c0edb8700c26363b89812be1f93940947efc" }
73+
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task", rev = "ba48c0edb8700c26363b89812be1f93940947efc" }
7474
wax = "0.6.0"
7575

7676
napi = { version = "3.0.0", default-features = false, features = ["async", "error_anyhow"] }

0 commit comments

Comments
 (0)