Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 36 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ indicatif = { version = "=0.18.6", default-features = false, features = ["unicod
figment = { version = "=0.10.19", features = ["toml", "env"] }
# TOML serialization for writing the tool config (`config init`, `catalogs --sync`, the
# wizard). Pinned to the version figment already brings, so no duplicate crate enters.
toml = "=0.8.23"
toml = "=1.1.5"
# Format-preserving TOML editing, already in the tree via `toml`. A tool config is updated
# in place rather than re-serialised, so operator comments and inline credentials survive.
toml_edit = "=0.22.27"
Expand Down
Loading