From e06bae8323af3bf9c52ba5bbe658755ac431ee3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:07:45 +0000 Subject: [PATCH] build(deps): bump the language-server-deps group with 3 updates Bumps the language-server-deps group with 3 updates: [once_cell](https://github.com/matklad/once_cell), [tokio](https://github.com/tokio-rs/tokio) and [typstfmt_lib](https://github.com/astrale-sharp/typstfmt). Updates `once_cell` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0) Updates `tokio` from 1.34.0 to 1.35.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0) Updates `typstfmt_lib` from 0.2.6 to 0.2.7 - [Release notes](https://github.com/astrale-sharp/typstfmt/releases) - [Changelog](https://github.com/astrale-sharp/typstfmt/blob/master/CHANGELOG.md) - [Commits](https://github.com/astrale-sharp/typstfmt/compare/b45cab03ac76e621ef1174160d03c4f7637a82df...46b4ec34b4726c3c6541012f433c68c22d9e509c) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: language-server-deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: language-server-deps - dependency-name: typstfmt_lib dependency-type: direct:production dependency-group: language-server-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bda41e..df177bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1755,9 +1755,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" @@ -2983,9 +2983,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "bytes", @@ -3479,8 +3479,8 @@ dependencies = [ [[package]] name = "typstfmt_lib" -version = "0.2.6" -source = "git+https://github.com/astrale-sharp/typstfmt?tag=0.2.6#b45cab03ac76e621ef1174160d03c4f7637a82df" +version = "0.2.7" +source = "git+https://github.com/astrale-sharp/typstfmt?tag=0.2.7#46b4ec34b4726c3c6541012f433c68c22d9e509c" dependencies = [ "globmatch", "itertools 0.10.5", diff --git a/Cargo.toml b/Cargo.toml index a397a32..6efa39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ indexmap = "2.1.0" internment = "0.7.1" itertools = "0.12.0" lazy_static = "1.4.0" -once_cell = "1.0" +once_cell = "1.19" parking_lot = "0.12.1" percent-encoding = "2.3.0" regex = "1.8.1" @@ -63,7 +63,7 @@ serde_json = "1.0.94" siphasher = "1.0" strum = { version = "0.25.0", features = ["derive"] } thiserror = "1.0.44" -tokio = { version = "1.34.0", features = [ +tokio = { version = "1.35.0", features = [ "macros", "rt-multi-thread", "io-std", @@ -78,7 +78,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features = "fmt", ] } walkdir = "2.4" -typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.6" } +typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.7" } # jaeger opentelemetry = { version = "0.21.0", optional = true }