Skip to content

Commit

Permalink
Bump toml from 0.5.10 to 0.8.6
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.8.6.
- [Commits](toml-rs/toml@toml-v0.5.10...toml-v0.8.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent a13a518 commit 8351918
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 14 deletions.
98 changes: 86 additions & 12 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 toshi-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ slog-stdlog = "^4.0"
slog-scope = "^4.3"
log = { version = "*", features = ["max_level_trace", "release_max_level_warn"] }
sloggers = "^2"
toml = "^0.5"
toml = "^0.8"
flume = { version = "^0.10", features = ["async"] }
itertools = "^0.10"
tokio-stream = "^0.1"
Expand Down
2 changes: 1 addition & 1 deletion toshi-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-trait = "^0.1"
dashmap = { version = "^5", features = ["serde"] }
slog = "^2.7"
tokio = { version = "^1.13", features = ["sync"] }
toml = "^0.5"
toml = "^0.8"

[dependencies.hyper]
version = "^0.14"
Expand Down

0 comments on commit 8351918

Please sign in to comment.