Skip to content

Commit

Permalink
Bump toml from 0.5.11 to 0.8.12
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.8.12.
- [Commits](toml-rs/toml@toml-v0.5.11...toml-v0.8.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 6f4b274 commit 337a99a
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 11 deletions.
64 changes: 55 additions & 9 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ syntect = "5.0.0"
subprocess = { git = "https://github.com/hniksic/rust-subprocess" }
thiserror = "1.0"
tokio = "1.36"
toml = "0.5"
toml = "0.8"
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/maple_config/doc_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Generate config markdown document from the inline docs"
[dependencies]
inflections = "1.1.1"
maple_config = { path = "../" }
toml = "0.5"
toml = "0.8"
syn = { version = "1", features = ["full"] }
quote = "1"
itertools = "0.12.0"
Expand Down

0 comments on commit 337a99a

Please sign in to comment.