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 }