Skip to content

Commit

Permalink
Build(deps): bump toml from 0.8.12 to 0.8.14 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.12 to 0.8.14.
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.14)

---
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 Jun 10, 2024
1 parent 84fa125 commit 15cc8fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.12" }
toml = { version = "0.8.14" }
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 15cc8fa

Please sign in to comment.