Skip to content

Commit

Permalink
fix(deps): update rust crate memchr to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent 9784c85 commit e5167df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarte_lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }

annotate-snippets = { version = "0.9", features = ["color"] }
derive_more = "0.99"
memchr = "2.5"
memchr = "2.6"

serde = { version = "1.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion yarte_strnom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }

annotate-snippets = { version = "0.9", features = ["color"] }
derive_more = "0.99"
memchr = "2.5"
memchr = "2.6"
parking_lot = "0.12"

serde = { version = "1.0" }
Expand Down

0 comments on commit e5167df

Please sign in to comment.