Skip to content

Commit

Permalink
Build(deps): bump toml from 0.8.10 to 0.8.12 in /build-tree-sitter
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.12.
- [Commits](toml-rs/toml@toml-v0.8.10...toml-v0.8.12)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent e5a7a44 commit 84fa125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build-tree-sitter/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 build-tree-sitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.5.1", features = [ "derive", "std", "help" ], default-feat
dunce = { version = "1.0.4" }
itertools = "0.12.1"
serde = { version = "1.0.197", features = ["derive"] }
toml = { version = "0.8.10" }
toml = { version = "0.8.12" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["ansi", "fmt"] }
walkdir = { version = "2.5.0" }

0 comments on commit 84fa125

Please sign in to comment.