Skip to content

Commit

Permalink
Drop our explicit dep on syn (#19134)
Browse files Browse the repository at this point in the history
Drop our explicit dep on `syn` now that
PyO3/pyo3#3151 is fixed.
  • Loading branch information
stuhood authored May 24, 2023
1 parent b330178 commit d6cc0a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
17 changes: 8 additions & 9 deletions src/rust/engine/Cargo.lock

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

6 changes: 2 additions & 4 deletions src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,9 @@ num_enum = "0.5"
parking_lot = "0.12"
petgraph = "0.6"
process_execution = { path = "process_execution" }
# TODO: Change to ^0.18.4 once https://github.com/PyO3/pyo3/pull/3142 is released
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "c7d541b9ad2a9ef0255ab69541e67b22fe3fbf32" }
# TODO: Change to ^0.18.4 once https://github.com/PyO3/pyo3/pull/3152 is released
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "edb952233159dd6d16089f9c1d855404090a9f4c" }
rand = "0.8"
# See https://github.com/PyO3/pyo3/issues/3151
syn = "1.0.85"
regex = "1"
reqwest = { version = "0.11", default_features = false, features = ["stream", "rustls-tls"] }
rule_graph = { path = "rule_graph" }
Expand Down

0 comments on commit d6cc0a1

Please sign in to comment.