Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toml_edit requirement from 0.21.0 to 0.22.13 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update toml_edit requirement from 0.21.0 to 0.22.13
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@v0.21.0...v0.22.13)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
commit a39d3a0134e5d3f5f34742d073d0d3e52611e190
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ futures = { version = "0.3.17", features = [] }
serde_json = "1.0.108"
serde = { version = "1.0.190", features = ["derive"] }
toml = { version = "0.8.8", features = [] }
toml_edit = "0.21.0"
toml_edit = "0.22.13"
log = "0.4.20"
simple_logger = "4.3.3"
enum-map = "2.7.3"