Skip to content

Commit

Permalink
Merge pull request #707 from gosub-io/dependabot/cargo/rand-0.9.0-beta.0
Browse files Browse the repository at this point in the history
Bump rand from 0.9.0-alpha.2 to 0.9.0-beta.0
  • Loading branch information
Sharktheone authored Dec 9, 2024
2 parents 5b28c6d + 67834f8 commit 496206d
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 496206d

Please sign in to comment.