Skip to content

Commit d2831da

Browse files
bump and specify deps to patch version in Cargo.toml
1 parent 7db9e11 commit d2831da

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ djls-project = { path = "crates/djls-project" }
1010
djls-server = { path = "crates/djls-server" }
1111
djls-templates = { path = "crates/djls-templates" }
1212

13-
anyhow = "1.0"
14-
async-trait = "0.1"
15-
clap = { version = "4.5", features = ["derive"] }
16-
config = { version ="0.15", features = ["toml"] }
17-
directories = "6.0"
18-
insta = { version = "1.42", features = ["yaml"] }
13+
anyhow = "1.0.98"
14+
async-trait = "0.1.88"
15+
clap = { version = "4.5.38", features = ["derive"] }
16+
config = { version ="0.15.5", features = ["toml"] }
17+
directories = "6.0.0"
18+
insta = { version = "1.43.1", features = ["yaml"] }
1919
percent-encoding = "2.3.1"
2020
pyo3 = "0.24"
2121
pyo3-build-config = { version = "0.24", features = ["resolve-config"] }
2222
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
23-
serde = { version = "1.0", features = ["derive"] }
24-
serde_json = "1.0"
25-
tempfile = "3.19"
23+
serde = { version = "1.0.219", features = ["derive"] }
24+
serde_json = "1.0.140"
25+
tempfile = "3.20.0"
2626
tokio = { version = "1.45.0", features = ["full"] }
27-
toml = "0.8"
27+
toml = "0.8.22"
2828
tower-lsp-server = { version = "0.21.1", features = ["proposed"] }
29-
thiserror = "2.0"
30-
which = "7.0.1"
29+
thiserror = "2.0.12"
30+
which = "7.0.3"
3131

3232
[workspace.lints.clippy]
3333
pedantic = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)