Skip to content

Commit 94df95f

Browse files
committed
chore: bump deps
1 parent eda2219 commit 94df95f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ async-trait = "0.1.89"
2323
base64-simd = "0.8.0"
2424
chrono = { version = "0.4.42", features = ["serde"] }
2525
clap = { version = "4.5.47", features = ["derive"] }
26-
clap_complete = "4.5.57"
26+
clap_complete = "4.5.58"
2727
console = "0.16.1"
2828
dprint-core = "0.67.4"
2929
dprint-plugin-typescript = "0.95.11"
3030
dprint-plugin-json = "0.20.0"
3131
env_logger = "0.11.8"
3232
futures = "0.3.31"
3333
glob = "0.3.3"
34-
hotpath = { version = "0.2.5" }
35-
indexmap = "2.11.1"
34+
hotpath = { version = "0.2.8" }
35+
indexmap = "2.11.3"
3636
image = "0.25.8"
3737
lazy_static = "1.5.0"
3838
libloading = "0.8.8"
@@ -71,17 +71,17 @@ rusqlite = { version = "0.37.0", features = [
7171
"load_extension"
7272
] }
7373
saffron = "0.1.0"
74-
serde = { version = "1.0.219", features = ["derive"] }
74+
serde = { version = "1.0.225", features = ["derive"] }
7575
serde_json = "1.0.143"
7676
serde_yaml = "0.9.34-deprecated"
7777
socket2 = "0.6.0"
78-
toml = "0.9.5"
78+
toml = "0.9.6"
7979
trust-dns-resolver = "0.23.2"
8080
signal-hook = "0.3.18"
8181
thiserror = "2.0.16"
8282
tempfile = "3.22.0"
8383
tokio = { version = "1.47.1", features = ["rt", "sync", "time", "fs"] }
84-
tokio-rustls = "0.26.2"
84+
tokio-rustls = "0.26.3"
8585
tokio-test = "0.4.4"
8686
tower-lsp = "0.20.0"
8787
ureq = { version = "3.1.2", features = ["json"] }

0 commit comments

Comments
 (0)