Skip to content

Commit

Permalink
Bump rustyline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Jan 3, 2024
1 parent 4749e3a commit 244e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static_assertions = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"] }
rustyline = "12.0"
rustyline = "13.0"
tokio = { version = "1.0", features = ["full"] }

[[bench]]
Expand Down

0 comments on commit 244e6c9

Please sign in to comment.