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 28, 2023
1 parent afb8a0e commit 15321f3
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 73 deletions.
121 changes: 53 additions & 68 deletions Cargo.lock

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

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

[workspace.dependencies]
anyhow = "1.0.76"
anyhow = "1.0.77"
clap = { version = "4.4.11", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.2", default-features = false }
glob = "0.3.1"
Expand All @@ -34,8 +34,8 @@ mimalloc = "0.1.39"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
proc-macro2 = { version = "1.0.71", default-features = false }
quote = { version = "1.0.33", default-features = false }
syn = "2.0.42"
thiserror = "1.0.51"
syn = "2.0.43"
thiserror = "1.0.52"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/stef-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ line-index = "0.1.1"
log = { version = "0.4.20", features = ["kv_unstable_std", "std"] }
lsp-server = "0.7.5"
lsp-types = { version = "0.95.0", features = ["proposed"] }
ouroboros = "0.18.1"
ouroboros = "0.18.2"
parking_lot = "0.12.1"
ropey = "1.6.1"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down
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.30"
winnow = "0.5.31"

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

0 comments on commit 15321f3

Please sign in to comment.