Skip to content

Commit

Permalink
[temp] deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Aug 28, 2024
1 parent 385d33c commit bf69918
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

19 changes: 9 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ p9ds = { git = "https://github.com/oxidecomputer/p9fs" }
softnpu = { git = "https://github.com/oxidecomputer/softnpu" }

# Omicron-related
internal-dns = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
nexus-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
omicron-common = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
internal-dns = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface" }
nexus-client = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface" }
omicron-common = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface" }
omicron-zone-package = "0.9.0"
oximeter-instruments = { git = "https://github.com/oxidecomputer/omicron", branch = "main", default-features = false, features = ["kstat"] }
oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
oximeter-instruments = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface", default-features = false, features = ["kstat"] }
oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface" }
oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface" }
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", branch = "zl/instance-network-interface" }

# Crucible
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "e58ca3693cb9ce0438947beba10e97ee38a0966b" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "e58ca3693cb9ce0438947beba10e97ee38a0966b" }
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "2aee0bc0fea61f26474b04c88d2c150fa0d35f56" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "2aee0bc0fea61f26474b04c88d2c150fa0d35f56" }

# External dependencies
anyhow = "1.0"
Expand Down Expand Up @@ -174,7 +174,6 @@ zerocopy = "0.7.34"
# internal-dns = { path = "../omicron/internal-dns" }
# nexus-client = { path = "../omicron/clients/nexus-client" }
# omicron-common = { path = "../omicron/common" }
# omicron-zone-package = "0.9.0"
# oximeter-instruments = { path = "../omicron/oximeter/instruments" }
# oximeter-producer = { path = "../omicron/oximeter/producer" }
# oximeter = { path = "../omicron/oximeter/oximeter" }
Expand Down

0 comments on commit bf69918

Please sign in to comment.