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 Feb 21, 2024
1 parent 554008d commit f481d61
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 49 deletions.
79 changes: 38 additions & 41 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ clone_on_ref_ptr = "warn"
[workspace.dependencies]
anstream = "0.6.12"
anstyle = "1.0.6"
anyhow = "1.0.79"
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive", "wrap_help"] }
glob = "0.3.1"
indoc = "2.0.4"
insta = { version = "1.34.0", features = ["glob"] }
insta = { version = "1.35.1", features = ["glob"] }
miette = { version = "7.1.0", default-features = false }
mimalloc = "0.1.39"
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.196", features = ["derive"] }
serde_json = "1.0.113"
syn = "2.0.49"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
syn = "2.0.50"
thiserror = "1.0.57"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"vitepress": "^1.0.0-rc.43"
"vitepress": "^1.0.0-rc.44"
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/mabo-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anstream.workspace = true
anstyle.workspace = true
mabo-derive = { path = "../mabo-derive" }
miette = { workspace = true, features = ["derive"] }
winnow = "0.6.1"
winnow = "0.6.2"

[dev-dependencies]
indoc.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"@biomejs/biome": "^1.5.3",
"@types/vscode": "~1.85.0",
"@vscode/vsce": "~2.22.0",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"js-yaml": "^4.1.0"
}
}

0 comments on commit f481d61

Please sign in to comment.