Skip to content

Commit

Permalink
Merge pull request #38 from wssheldon/dependabot/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
wssheldon authored Mar 9, 2024
2 parents ee5c7f8 + 33d7b30 commit 2303c80
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 @@ -16,6 +16,6 @@ reqwest = { version = "0.11", features = ["json"] }
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.12.0", features = ["full"] }
toml = "0.7"
toml = "0.8"
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }
unicode-width = "0.1.8"

0 comments on commit 2303c80

Please sign in to comment.