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 5793a83 commit 2f931e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 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 @@ -24,7 +24,7 @@ blake3 = { version = "=1.5.0", features = ["traits-preview"] }
dirs = "2.0"
dunce = "1.0.2"
filetime = "0.2.9"
flate2 = { version = "1.0.26", features = ["rust_backend"], default-features = false }
flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false }
fs2 = "0.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_jsonrc = "0.1"
Expand Down

0 comments on commit 2f931e4

Please sign in to comment.