Skip to content

Commit

Permalink
A few more crucible fixes
Browse files Browse the repository at this point in the history
all Crucible connections should set TCP_NODELAY (#983)
Use a fixed size for tag and nonce (#957)
  • Loading branch information
Alan Hanson committed Oct 3, 2023
1 parent 1357d02 commit 3776a1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ chrono = "0.4.19"
clap = "4.2"
const_format = "0.2"
crossbeam-channel = "0.5"
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "cd891a22234beecc77fce9351f0c492382adc54f" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "cd891a22234beecc77fce9351f0c492382adc54f" }
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "20273bcca1fd5834ebc3e67dfa7020f0e99ad681" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "20273bcca1fd5834ebc3e67dfa7020f0e99ad681" }
ctrlc = "3.2"
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" }
erased-serde = "0.3"
Expand Down

0 comments on commit 3776a1a

Please sign in to comment.