Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Aug 20, 2024
1 parent 7e1824a commit 61e4971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.6"
edition = "2021"

[dependencies]
toktrie = { git = "https://github.com/microsoft/toktrie", rev = "bafe0f49e4334cc82c8a0234270dfbac71697db1" }
derivre = { git = "https://github.com/microsoft/derivre", rev = "401b25ff73a738dcf5e2d94f73539f97ed9aed59" }
toktrie = { git = "https://github.com/microsoft/toktrie", rev = "7cb20cd594428f5397f6159115d5e070e8c0935f" }
derivre = { git = "https://github.com/microsoft/derivre", rev = "709392b3354231f2b9de577c61a1c632de21dbb9" }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
anyhow = "1.0.75"
Expand Down

0 comments on commit 61e4971

Please sign in to comment.