Skip to content

Commit

Permalink
deps: update patched crates with latest upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed May 7, 2024
1 parent afa5b2a commit 3e170e8
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 @@ -245,10 +245,10 @@ serial_test = { version = "3.1", features = ["file_locks"] }
# needed as dynfmt doesn't work in release mode without this
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "fdc8e25" }
grex = { git = "https://github.com/pemistahl/grex", rev = "0c8ab87" }
# our PR to bump reqwest to 0.12 has been merged, so we can switch back to upstream
# however, it's not released yet, so we'll keep using patch.crates-io to get the latest
jsonschema = { git = "https://github.com/Stranger6667/jsonschema-rs", rev = "6cf8232" }
jsonschema = { git = "https://github.com/Stranger6667/jsonschema-rs", rev = "cfab602" }
# use unreleased version of calamine with fixes
calamine = { git = "https://github.com/tafia/calamine", rev = "58c8ba2" }

Expand Down

0 comments on commit 3e170e8

Please sign in to comment.