Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Dec 23, 2023
1 parent 4dd6ba3 commit 2d0c073
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 51 deletions.
88 changes: 45 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pedantic = "warn"
clone_on_ref_ptr = "warn"

[workspace.dependencies]
anyhow = "1.0.76"
clap = { version = "4.4.11", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.2", default-features = false }
glob = "0.3.1"
Expand All @@ -31,10 +32,10 @@ insta = { version = "1.34.0", features = ["glob"] }
miette = "5.10.0"
mimalloc = "0.1.39"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
proc-macro2 = { version = "1.0.70", default-features = false }
proc-macro2 = { version = "1.0.71", default-features = false }
quote = { version = "1.0.33", default-features = false }
syn = "2.0.41"
thiserror = "1.0.50"
syn = "2.0.42"
thiserror = "1.0.51"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/stef-benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stef-compiler = { path = "../stef-compiler" }
stef-parser = { path = "../stef-parser" }

[dev-dependencies]
divan = "0.1.5"
divan = "0.1.8"
indoc.workspace = true

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/stef-doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.75"
anyhow.workspace = true
askama = { version = "0.12.1", default-features = false, features = ["markdown"] }
heck = "0.4.1"
stef-meta = { path = "../stef-meta" }
Expand Down
4 changes: 2 additions & 2 deletions crates/stef-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.75"
anyhow.workspace = true
clap.workspace = true
directories = "5.0.1"
ignore = "0.4.21"
Expand All @@ -26,7 +26,7 @@ serde_json = "1.0.108"
stef-compiler = { path = "../stef-compiler" }
stef-meta = { path = "../stef-meta" }
stef-parser = { path = "../stef-parser" }
time = { version = "0.3.30", features = ["formatting", "local-offset", "macros"] }
time = { version = "0.3.31", features = ["formatting", "local-offset", "macros"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/stef-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rustc-args = ["--cfg", "docsrs"]
miette.workspace = true
owo-colors.workspace = true
stef-derive = { path = "../stef-derive" }
winnow = "0.5.28"
winnow = "0.5.30"

[dev-dependencies]
indoc.workspace = true
Expand Down

0 comments on commit 2d0c073

Please sign in to comment.