From a6245db4a26f56fef1630fdb2fd3cdbe2bd83843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:18:03 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4aeb5d..9034b78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4699,7 +4699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 2.0.100", + "syn 1.0.109", ] [[package]] @@ -13422,7 +13422,7 @@ dependencies = [ "parity-scale-codec", "pico-sdk", "pico-vm", - "rand 0.8.5", + "rand 0.9.0", "reqwest 0.12.15", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index cab4745..2b6d7a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ futures = "0.3.31" serde_json = "1.0.140" reqwest = "0.12.15" tempfile = "3.13" -rand = "0.8" +rand = "0.9" parity-scale-codec = { version = "3", features = ["derive"] } pico-sdk = { git = "https://github.com/brevis-network/pico", features = ["coprocessor"] }