Skip to content

Commit fde1123

Browse files
dependabot[bot]yukibtc
authored andcommitted
build(deps): bump rustyline from 15.0.0 to 16.0.0
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 15.0.0 to 16.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v15.0.0...v16.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b490a79 commit fde1123

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nostr-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ nostr-sdk = { workspace = true, features = ["all-nips", "lmdb", "tor"] }
2121
once_cell = { version = "1.21", default-features = false }
2222
prettytable-rs = "0.10"
2323
regex = "1.11.1"
24-
rustyline = { version = "15.0", default-features = false, features = ["with-file-history"] }
24+
rustyline = { version = "16.0", default-features = false, features = ["with-file-history"] }
2525
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)