Skip to content

Commit

Permalink
update gix crates to their latest published versions
Browse files Browse the repository at this point in the history
Summary:
This is to make it easier to get GitoxideLabs/gitoxide#1543 once it's released upstream.

There was an uncompatibility between `c2pa` which requires an older version of `url` as they want to have lawyers check the Unicode 3.0 license and `gix-url` which required latest `url` to support the nightly compiler.
I "resolved" it by removing the restriction from `c2pa` and pointing at that for now.

I also raised an issue upstream: contentauth/c2pa-rs#571 to bring it back to their awareness, so hopefully we can move off my fork soon enough.

Reviewed By: YousefSalama, dtolnay

Differential Revision: D57676392

fbshipit-source-id: fc5cabc860de9200abf3fe1145a3dbdef2a96efa
  • Loading branch information
Pierre Chevalier authored and facebook-github-bot committed Aug 28, 2024
1 parent 76495e5 commit d7575d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ termcolor = "1.0"
toml = "0.8.4"
toml_edit = { version = "0.20.5", features = ["serde"] }
unicode-ident = "1.0.10"
url = "2.2.2"
url = "2.5.2"
walkdir = "2.3"

[dev-dependencies]
Expand Down

0 comments on commit d7575d2

Please sign in to comment.