Skip to content

Commit

Permalink
Continue pulling in changes from omicron-package
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jan 30, 2024
1 parent 8564b7e commit 7c27002
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 221 deletions.
34 changes: 33 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ bootstrap-agent-client = { path = "clients/bootstrap-agent-client" }
buf-list = { version = "1.0.3", features = ["tokio1"] }
byteorder = "1.5.0"
bytes = "1.5.0"
camino = "1.1"
camino = { version = "1.1", features = ["serde1"] }
camino-tempfile = "1.1.1"
cancel-safe-futures = "0.1.5"
chacha20poly1305 = "0.10.1"
Expand Down Expand Up @@ -347,6 +347,7 @@ sled-hardware = { path = "sled-hardware" }
sled-storage = { path = "sled-storage" }
slog = { version = "2.7", features = [ "dynamic-keys", "max_level_trace", "release_max_level_debug" ] }
slog-async = "2.8"
slog-bunyan = "2.5"
slog-dtrace = "0.2"
slog-envlogger = "2.2"
slog-error-chain = { git = "https://github.com/oxidecomputer/slog-error-chain", branch = "main", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions dev-tools/thing-flinger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MPL-2.0"

[dependencies]
anyhow.workspace = true
camino.workspace = true
clap.workspace = true
crossbeam.workspace = true
omicron-package.workspace = true
Expand Down
Loading

0 comments on commit 7c27002

Please sign in to comment.