Skip to content

Commit

Permalink
fix(deps): update rust crate reedline to 0.25.0 (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 8, 2023
1 parent 9b22b47 commit cb3e01c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
31 changes: 8 additions & 23 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 wicket-dbg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { workspace = true, features = ["full"] }
wicket.workspace = true

# used only by wicket-dbg binary
reedline = "0.23.0"
reedline = "0.25.0"
omicron-workspace-hack.workspace = true

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ console = { version = "0.15.7" }
const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
diesel = { version = "2.1.3", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
Expand Down Expand Up @@ -123,6 +124,7 @@ console = { version = "0.15.7" }
const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
diesel = { version = "2.1.3", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
Expand Down

0 comments on commit cb3e01c

Please sign in to comment.