chore: ran cargo outdated. (#3722)

* chore: ran cargo outdated fixed issues.

In bumping the rand crate, calls to thread_rng() becomes rng().

* backed out changes to rand.
This commit is contained in:
martin frances
2025-04-17 00:42:01 +01:00
committed by GitHub
parent 00e474599f
commit 410aedbba8
14 changed files with 59 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ edition.workspace = true
[dependencies]
serde = "1.0"
thiserror = "2.0"
thiserror = { workspace = true }
[dev-dependencies]
serde_json = { workspace = true }