Skip to content

Commit

Permalink
⬆️ use v0.8 of the toml crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rneswold committed Oct 5, 2023
1 parent 5e78581 commit f95e768
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 @@ -12,7 +12,7 @@ async-trait = { version = "0.1", default-features = false }

futures = { version = "0.3", features = ["std"] }

toml = { version = "0.7", default-features = false }
toml = { version = "0.8", default-features = false }
chrono = { version = "0.4", default-features = false }

tokio = { version = "1", default-features = false }
Expand Down

0 comments on commit f95e768

Please sign in to comment.