You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other changes will need to be made to adapt to this, including in
`gix-diff/Cargo.toml` itself. As previously observed in attempts by
Dependabot to do this upgrade, and reported in #2092, we get:
> cargo check -p gix-diff
Updating crates.io index
error: failed to select a version for `getrandom`.
... required by package `gix-diff v0.53.0 (C:\Users\ek\source\repos\gitoxide\gix-diff)`
... which satisfies path dependency `gix-diff` (locked to 0.53.0) of package `gix-pack v0.60.0 (C:\Users\ek\source\repos\gitoxide\gix-pack)`
... which satisfies path dependency `gix-pack` (locked to 0.60.0) of package `gix-odb v0.70.0 (C:\Users\ek\source\repos\gitoxide\gix-odb)`
... which satisfies path dependency `gix-odb` (locked to 0.70.0) of package `gix-object v0.50.0 (C:\Users\ek\source\repos\gitoxide\gix-object)`
... which satisfies path dependency `gix-object` (locked to 0.50.0) of package `gix-ref v0.53.0 (C:\Users\ek\source\repos\gitoxide\gix-ref)`
... which satisfies path dependency `gix-ref` (locked to 0.53.0) of package `gix-discover v0.41.0 (C:\Users\ek\source\repos\gitoxide\gix-discover)`
... which satisfies path dependency `gix-discover` (locked to 0.41.0) of package `gix-testtools v0.17.0 (C:\Users\ek\source\repos\gitoxide\tests\tools)`
... which satisfies path dependency `gix-testtools` (locked to 0.17.0) of package `gix-path v0.10.19 (C:\Users\ek\source\repos\gitoxide\gix-path)`
... which satisfies path dependency `gix-path` (locked to 0.10.19) of package `gix-fs v0.16.0 (C:\Users\ek\source\repos\gitoxide\gix-fs)`
... which satisfies path dependency `gix-fs` (locked to 0.16.0) of package `gix-tempfile v18.0.0 (C:\Users\ek\source\repos\gitoxide\gix-tempfile)`
... which satisfies path dependency `gix-tempfile` (locked to 18.0.0) of package `gix-lock v18.0.0 (C:\Users\ek\source\repos\gitoxide\gix-lock)`
versions that meet the requirements `^0.3.3` are: 0.3.3
package `gix-diff` depends on `getrandom` with feature `js` but `getrandom` does not have that feature.
package `getrandom` does have feature `std`
failed to select a version for `getrandom` which could resolve this conflict
0 commit comments