Skip to content

Commit

Permalink
chore(deps): bump toml from 0.8.12 to 0.8.14
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed Jul 1, 2024
1 parent 4f17a60 commit 146679c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = { version = "0.2.25", package = "madsim-tokio", features = [
"macros",
"rt-multi-thread",
] }
toml = "0.8.8"
toml = "0.8.14"
tonic = { version = "0.4.2", package = "madsim-tonic" }
tracing = "0.1.37"
tracing-appender = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tokio = { version = "0.2.25", package = "madsim-tokio", features = [
] }
tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "ab251ad" }
tokio-util = { version = "0.7.11", features = ["io"] }
toml = "0.8.8"
toml = "0.8.14"
# tonic = "0.11.0"
tonic = { version = "0.4.2", package = "madsim-tonic" }
tonic-health = "0.11.0"
Expand Down

0 comments on commit 146679c

Please sign in to comment.