guessing_rust/Cargo.toml
dependabot[bot] 00c2356eb4
Bump rand from 0.8.5 to 0.9.3 in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand).


Updates `rand` from 0.8.5 to 0.9.3
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.3)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.3
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-14 02:29:50 +00:00

8 lines
117 B
TOML

[package]
name = "guessing_rust"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.9.3"
termion = "2.0.1"