Skip to content

Commit

Permalink
also update crossterm
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Aug 10, 2024
1 parent e910573 commit 9cf8c43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 5 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const_format = "0.2.32"
cookie = "0.18"
criterion = { version = "0.5.1", features = [ "async_tokio" ] }
crossbeam = "0.8"
crossterm = { version = "0.27.0", features = ["event-stream"] }
crossterm = { version = "0.28.1", features = ["event-stream"] }
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "e58ca3693cb9ce0438947beba10e97ee38a0966b" }
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "e58ca3693cb9ce0438947beba10e97ee38a0966b" }
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "e58ca3693cb9ce0438947beba10e97ee38a0966b" }
Expand Down
2 changes: 0 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ console = { version = "0.15.8" }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.19" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
der = { version = "0.7.9", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
Expand Down Expand Up @@ -142,7 +141,6 @@ console = { version = "0.15.8" }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.19" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
der = { version = "0.7.9", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
Expand Down

0 comments on commit 9cf8c43

Please sign in to comment.