Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
A dependency was yanked but already released a fix.
  • Loading branch information
dnaka91 committed Jan 22, 2024
1 parent 4eb37aa commit 0bd1940
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ indoc = "2.0.4"
insta = { version = "1.34.0", features = ["glob"] }
miette = "5.10.0"
mimalloc = "0.1.39"
proc-macro2 = { version = "1.0.76", default-features = false }
proc-macro2 = { version = "1.0.78", default-features = false }
quote = { version = "1.0.35", default-features = false }
rustc-hash = "1.1.0"
serde = { version = "1.0.195", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/mabo-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mabo-compiler = { path = "../mabo-compiler" }
mabo-meta = { path = "../mabo-meta" }
mabo-parser = { path = "../mabo-parser", features = ["simd"] }
mabo-project = { path = "../mabo-project" }
ouroboros = "0.18.2"
ouroboros = "0.18.3"
parking_lot = "0.12.1"
ropey = "1.6.1"
rustc-hash.workspace = true
Expand Down

0 comments on commit 0bd1940

Please sign in to comment.