Skip to content
Open
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: 6 additions & 36 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ uuid = { version = "1", features = ["v4"] }
[dev-dependencies]
# The moved `host::` config sections are parsed from TOML in their own tests,
# exactly as the host parses them from `config.toml`.
toml = "0.9"
toml = "1.1"
# The mandatory-composition tests are async — they drive a `MemoryProvider`.
# Dev-only, so it does not touch the forbidden-dependency rule this crate's
# manifest enforces for its normal graph (#18 §D4).
Expand Down
2 changes: 1 addition & 1 deletion sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chrono = { version = "0.4", features = ["serde"], optional = true }
# The GitHub reader shells out to `git` for clones.
tokio = { version = "1", features = ["process", "io-util"], optional = true }
# The registry is the host's `sources.toml`: it reads, mutates and rewrites it.
toml = "0.9"
toml = "1.1"
# New sources get a generated id.
uuid = { version = "1", features = ["v4"] }

Expand Down
Loading