Skip to content

Commit

Permalink
Fix deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jul 6, 2024
1 parent 47b449a commit b3b38da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ahash = "0.8.7"
auto_enums = "0.8"
either = "1.6"
itertools = "0.13"
once_cell = "1.14"
once_cell = "1.18"
pulldown-cmark = { version = "0.11", default-features = false, optional = true }
regex = "1.10.5"
rust_tokenizers = { version = "8", optional = true }
Expand All @@ -82,7 +82,7 @@ cached-path = { version = "0.6", default-features = false, features = [
"rustls-tls",
] }
dirs = "5.0.1"
divan = "0.1"
divan = "0.1.14"
fake = "2"
insta = { version = "1.39", features = ["glob", "yaml"] }
more-asserts = "0.3"
Expand Down

0 comments on commit b3b38da

Please sign in to comment.