Skip to content

Commit

Permalink
Bump rand from 0.9.0-alpha.2 to 0.9.0-beta.0
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.9.0-alpha.2 to 0.9.0-beta.0.
- [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.9.0-alpha.2...0.9.0-beta.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent f319be3 commit 67834f8
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 18 deletions.
52 changes: 36 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4.22"
simple_logger = "5.0.0"
anyhow = { version = "1.0.93", features = [] }
colors-transform = "0.2.11"
rand = "0.8.5"
rand = "0.9.0-beta"
itertools = "0.13.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ url = "2.5.4"
anyhow = "1.0.93"
lazy_static = "1.5.0"
uuid = { version = "1.11.0", features = ["v4"] }
rand = "0.9.0-alpha.1"
rand = "0.9.0-beta.0"
chardetng = "0.1.17"
encoding_rs = "0.8.35"
derive_more = {version = "1.0.0", features = ["display"]}
Expand Down

0 comments on commit 67834f8

Please sign in to comment.