Skip to content

Commit

Permalink
update derivre version (\u007f fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 11, 2024
1 parent 25839a4 commit 647f36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
toktrie = { workspace = true }
derivre = { git = "https://github.com/microsoft/derivre", rev = "02caedc62c26b9aa88c12872b35ee6e4374371fa" }
derivre = { git = "https://github.com/microsoft/derivre", rev = "e03c91e5cfca55876eeaaecb845d4556f0222352" }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
anyhow = "1.0.90"
Expand Down

0 comments on commit 647f36f

Please sign in to comment.