Skip to content

Commit

Permalink
build(deps): update toml requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.7.0...toml-v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent c9459af commit 942c867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion confik-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ assert_matches = "1.5"
confik = "0.10"
rustversion = "1"
serde = { version = "1", features = ["derive"] }
toml = "0.7"
toml = "0.8"
trybuild = { version = "1", features = ["diff"] }
2 changes: 1 addition & 1 deletion confik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ thiserror = "1"

envious = { version = "0.2", optional = true }
serde_json = { version = "1", optional = true }
toml = { version = "0.7", optional = true, default-features = false, features = ["parse"] }
toml = { version = "0.8", optional = true, default-features = false, features = ["parse"] }

chrono = { version = "0.4.20", optional = true, default-features = false }
rust_decimal = { version = "1", optional = true, features = ["serde"] }
Expand Down

0 comments on commit 942c867

Please sign in to comment.