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 Oct 25, 2024
1 parent d6f37f9 commit 707cfaf
Show file tree
Hide file tree
Showing 12 changed files with 118 additions and 162 deletions.
236 changes: 96 additions & 140 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ pedantic = { level = "warn", priority = -1 }
clone_on_ref_ptr = "warn"

[workspace.dependencies]
anstream = "0.6.15"
anstyle = "1.0.8"
anyhow = "1.0.89"
clap = { version = "4.5.19", features = ["derive", "wrap_help"] }
anstream = "0.6.17"
anstyle = "1.0.9"
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive", "wrap_help"] }
glob = "0.3.1"
indoc = "2.0.5"
insta = { version = "1.40.0", features = ["glob"] }
miette = { version = "7.2.0", default-features = false }
mimalloc = "0.1.43"
proc-macro2 = { version = "1.0.86", default-features = false }
proc-macro2 = { version = "1.0.89", default-features = false }
quote = { version = "1.0.37", default-features = false }
rustc-hash = "2.0.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
syn = "2.0.79"
thiserror = "1.0.64"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
syn = "2.0.85"
thiserror = "1.0.65"

[profile.release]
lto = "thin"
Expand Down
2 changes: 1 addition & 1 deletion book/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
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 --write .vitepress/config.mts"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"vitepress": "^1.3.4"
"@biomejs/biome": "^1.9.4",
"vitepress": "^1.4.1"
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/mabo-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mabo-compiler = { path = "../mabo-compiler" }
mabo-parser = { path = "../mabo-parser" }
mabo-project = { path = "../mabo-project" }
miette = { workspace = true, features = ["fancy-no-backtrace"] }
prettyplease = "0.2.22"
prettyplease = "0.2.25"
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/mabo-doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ license.workspace = true

[dependencies]
anyhow.workspace = true
comrak = { version = "0.28.0", default-features = false }
comrak = { version = "0.29.0", default-features = false }
mabo-compiler = { path = "../mabo-compiler" }
mabo-meta = { path = "../mabo-meta" }
rinja = { version = "0.3.4", default-features = false }
rinja = { version = "0.3.5", default-features = false }

[dev-dependencies]
glob.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/mabo-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"tailwindcss": "^3.4.13"
"tailwindcss": "^3.4.14"
}
}
2 changes: 1 addition & 1 deletion crates/mabo-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license.workspace = true
anyhow.workspace = true
clap.workspace = true
directories = "5.0.1"
line-index = "0.1.1"
line-index = "0.1.2"
log = { version = "0.4.22", features = ["kv_std", "release_max_level_info", "std"] }
lsp-server = "0.7.7"
lsp-types = { version = "0.97.0", features = ["proposed"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/mabo/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]
bytes = "1.7.2"
bytes = "1.8.0"
paste = "1.0.15"
thiserror.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
6 changes: 3 additions & 3 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.4",
"@types/vscode": "~1.82.0",
"@vscode/vsce": "~3.1.0",
"@vscode/vsce": "^3.2.1",
"esbuild": "^0.24.0",
"js-yaml": "^4.1.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

0 comments on commit 707cfaf

Please sign in to comment.