Skip to content

Commit 175683e

Browse files
Bump the lsp group with 4 updates
Bumps the lsp group with 4 updates: [cargo](https://github.com/rust-lang/cargo), [cargo-util](https://github.com/rust-lang/cargo), [tempfile](https://github.com/Stebalien/tempfile) and [tokio](https://github.com/tokio-rs/tokio). Updates `cargo` from 0.87.1 to 0.88.0 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits/0.88.0) Updates `cargo-util` from 0.2.19 to 0.2.20 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits) Updates `tempfile` from 3.19.1 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0) Updates `tokio` from 1.44.2 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.88.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lsp - dependency-name: cargo-util dependency-version: 0.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lsp - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lsp - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lsp ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce1af15 commit 175683e

File tree

2 files changed

+22
-35
lines changed

2 files changed

+22
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ default = []
2020
[dependencies]
2121
ansi-regex = "0.1.0"
2222
argh = "0.1.13"
23-
cargo = { version = "0.87.1", features = ["all-static"] }
23+
cargo = { version = "0.88.0", features = ["all-static"] }
2424
cargo-util = "0.2.19"
2525
flume = "0.11.1"
2626
notify = "8.0.0"
2727
notify-debouncer-full = "0.5.0"
2828
rand = "0.9.1"
2929
serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.140"
31-
tempfile = "3.19.1"
32-
tokio = { version = "1.44.2", features = [
31+
tempfile = "3.20.0"
32+
tokio = { version = "1.45.1", features = [
3333
"fs",
3434
"io-std",
3535
"io-util",

0 commit comments

Comments
 (0)