Skip to content

Commit

Permalink
Update Rust crate reedline to 0.28.0 (#4828)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 17, 2024
1 parent 4cb740b commit 4e0f832
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 37 deletions.
50 changes: 14 additions & 36 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 @@ -306,7 +306,7 @@ rand = "0.8.5"
ratatui = "0.23.0"
rayon = "1.8"
rcgen = "0.12.0"
reedline = "0.22.0"
reedline = "0.28.0"
ref-cast = "1.0"
regex = "1.10.2"
regress = "0.7.1"
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ console = { version = "0.15.8" }
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"] }
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
diesel = { version = "2.1.4", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
Expand Down Expand Up @@ -136,6 +137,7 @@ console = { version = "0.15.8" }
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"] }
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
diesel = { version = "2.1.4", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
Expand Down

0 comments on commit 4e0f832

Please sign in to comment.