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
2 changes: 2 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ approx = "0.5.1"
assert_matches = "1.5.0"
assert_cmd = "2.0.17"
async-bb8-diesel = "0.2"
async-recursion = "1.1.1"
async-trait = "0.1.89"
attest-mock = { git = "https://github.com/oxidecomputer/dice-util", rev = "10952e8d9599b735b85d480af3560a11700e5b64" }
atomicwrites = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion oximeter/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true

[dependencies]
anyhow.workspace = true
async-recursion = "1.1.1"
async-recursion.workspace = true
async-trait.workspace = true
bcs.workspace = true
camino.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions sled-agent/config-reconciler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ workspace = true

[dependencies]
anyhow.workspace = true
async-recursion.workspace = true
async-trait.workspace = true
bytes.workspace = true
camino.workspace = true
Expand Down Expand Up @@ -46,6 +47,7 @@ omicron-workspace-hack.workspace = true

[dev-dependencies]
assert_matches.workspace = true
camino-tempfile-ext.workspace = true
expectorate.workspace = true
illumos-utils = { workspace = true, features = ["testing"] }
omicron-common = { workspace = true, features = ["testing"] }
Expand Down
Loading
Loading