Skip to content

Commit

Permalink
chore(deps): bump toml from 0.8.8 to 0.8.9 (#4109)
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.9.
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent ec6b87f commit 4bbd976
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 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 bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tokio = { version = "1.34", features = [
"rt-multi-thread",
"io-std",
] }
toml = "0.8.8"
toml = "0.8.9"
tower = "0.4"
tower-http = { version = "0.4", features = ["trace"] }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion bin/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tokio = { version = "1.34", features = [
"rt-multi-thread",
"io-std",
] }
toml = "0.8.8"
toml = "0.8.9"
url = "2.5.0"

[dev-dependencies]
Expand Down

0 comments on commit 4bbd976

Please sign in to comment.