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 Jan 19, 2024
1 parent a1474d9 commit 8dcf23b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

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

[workspace.dependencies]
anstream = "0.6.5"
anstream = "0.6.11"
anstyle = "1.0.4"
anyhow = "1.0.79"
clap = { version = "4.4.14", features = ["derive", "wrap_help"] }
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
glob = "0.3.1"
indoc = "2.0.4"
insta = { version = "1.34.0", features = ["glob"] }
Expand Down
4 changes: 2 additions & 2 deletions book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "biome check --apply .vitepress/config.mts"
},
"devDependencies": {
"@biomejs/biome": "^1.5.0",
"vitepress": "^1.0.0-rc.36"
"@biomejs/biome": "^1.5.2",
"vitepress": "^1.0.0-rc.39"
}
}
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
winnow = "0.5.33"
winnow = "0.5.34"

[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 @@ -132,7 +132,7 @@
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.0",
"@biomejs/biome": "^1.5.2",
"@types/vscode": "^1.85.0",
"@vscode/vsce": "^2.22.0",
"esbuild": "^0.19.11",
Expand Down

0 comments on commit 8dcf23b

Please sign in to comment.