Skip to content

Commit

Permalink
Merge pull request #132 from dscottboggs/cargo/toml-0.8
Browse files Browse the repository at this point in the history
Update toml requirement from 0.7 to 0.8
  • Loading branch information
dscottboggs authored Apr 4, 2024
2 parents 3b0d07e + ba571e1 commit a5830db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.7"
version = "0.8"
optional = true

[dependencies.tokio]
Expand Down

0 comments on commit a5830db

Please sign in to comment.