Skip to content

Commit

Permalink
Use latest fastrand and ariadne
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Jan 15, 2025
1 parent a990764 commit ff7b036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ build-binary = ["std", "parse", "fastrand", "dep:ariadne"]

[dependencies]
thiserror = { version = "2.0.11", default-features = false }
fastrand = { version = "2.0.1", optional = true, default-features = false }
fastrand = { version = "2.3.0", optional = true, default-features = false }
chumsky = { version = "1.0.0-alpha.7", optional = true, default-features = false, features = [
"label",
"spill-stack",
] }
ariadne = { version = "0.4", optional = true }
ariadne = { version = "0.5", optional = true }
pretty-readme = "0.1.0"

[[bin]]
Expand Down

0 comments on commit ff7b036

Please sign in to comment.