Skip to content

Commit 8c67cd1

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5c7ab3 commit 8c67cd1

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

Cargo.lock

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

crates/lictl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ base64 = "0.22.1"
1818
clap = { version = "4.5.45", features = ["derive"] }
1919
dialoguer = "0.12"
2020
keyring = { version = "3.6" }
21-
rand = "0.8.5"
21+
rand = "0.9.1"
2222
reqwest = { version = "0.12.23", features = ["json"] }
2323
serde = { workspace = true }
2424
serde_json = "1"

0 commit comments

Comments
 (0)