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 18, 2024
1 parent 1f1790a commit f23c517
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

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

[workspace.dependencies]
anstream = "0.6.11"
anstream = "0.6.12"
anstyle = "1.0.6"
anyhow = "1.0.79"
clap = { version = "4.5.0", features = ["derive", "wrap_help"] }
clap = { version = "4.5.1", features = ["derive", "wrap_help"] }
glob = "0.3.1"
indoc = "2.0.4"
insta = { version = "1.34.0", features = ["glob"] }
miette = { version = "7.0.0", default-features = false }
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.48"
syn = "2.0.49"
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.42"
"vitepress": "^1.0.0-rc.43"
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/mabo-benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mabo-parser = { path = "../mabo-parser" }
mimalloc.workspace = true

[dev-dependencies]
divan = "0.1.13"
divan = "0.1.14"
indoc.workspace = true

[lints]
Expand Down

0 comments on commit f23c517

Please sign in to comment.