Skip to content

Commit

Permalink
refinery-cli: update toml dependency (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Dec 29, 2023
1 parent 3a4a22b commit a7c81dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mssql = ["refinery-core/tiberius-config", "tokio"]
refinery-core = { version = "0.8.11", path = "../refinery_core", default-features = false }
clap = { version = "4", features = ["derive"] }
human-panic = "1.1.3"
toml = "0.7"
toml = "0.8"
env_logger = "0.10"
log = "0.4"
anyhow = "1"
Expand Down

0 comments on commit a7c81dc

Please sign in to comment.