Skip to content

Commit add0993

Browse files
Bump the cargo group across 2 directories with 3 updates
Bumps the cargo group with 3 updates in the / directory: [rand](https://github.com/rust-random/rand), [keccak](https://github.com/RustCrypto/sponges) and [tracing-subscriber](https://github.com/tokio-rs/tracing). Bumps the cargo group with 1 update in the /scripts/apply_load/token directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `tracing-subscriber` from 0.3.17 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.23) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production dependency-group: cargo - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect dependency-group: cargo - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: indirect dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a69eb3d commit add0993

3 files changed

Lines changed: 39 additions & 87 deletions

File tree

Cargo.lock

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

scripts/apply_load/token/Cargo.lock

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

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ base64 = "=0.13.1"
1616
rustc-simple-version = "=0.1.0"
1717
# NB: this must match the same rand version used by soroban (but the tooling
1818
# will complain if it does not match)
19-
rand = "=0.8.5"
19+
rand = "=0.10.1"
2020

2121
itertools = "=0.10.5"
2222
backtrace = { version = "=0.3.76", features = [ "cpp_demangle" ] }

0 commit comments

Comments
 (0)