Skip to content

Commit

Permalink
Bump toml from 0.7.8 to 0.8.8
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.8.
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.8)

---
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 Jan 1, 2024
1 parent ce77135 commit d0a09d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = {version = "1.0", features = ["derive"]}
postgres-native-tls = {version = "0.5", optional = true}
native-tls = {version = "0.2", optional = true}
futures-util = "0.3"
toml = "0.7"
toml = "0.8"
warp = {version = "0.3", optional = true}
binascii = "0.1"

Expand Down

0 comments on commit d0a09d2

Please sign in to comment.