-
-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo update #1781
Labels
Milestone
Comments
extrawurst
added
bug
Something isn't working
dependencies
Pull requests that update a dependency file
and removed
bug
Something isn't working
labels
Jul 29, 2023
|
extrawurst
added a commit
that referenced
this issue
Aug 1, 2023
This was referenced Aug 9, 2023
1 task
extrawurst
added a commit
that referenced
this issue
Aug 29, 2023
Merged
extrawurst
added a commit
that referenced
this issue
Aug 30, 2023
extrawurst
added a commit
that referenced
this issue
Oct 19, 2023
extrawurst
added a commit
that referenced
this issue
Feb 11, 2024
ok i will merge this now and add the two remaining exceptions to unblock a lot of other work. the two exceptions are |
This was referenced Feb 12, 2024
Closed
IndianBoy42
pushed a commit
to IndianBoy42/gitui
that referenced
this issue
Jun 4, 2024
IndianBoy42
pushed a commit
to IndianBoy42/gitui
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
updating a few major dependencies is blocked right now by the ecosystem taking its time to follow the new major versions of
syn
andbitflags
. and minor versions ofregex-syntax
,redox_syscall
.syn
as it seems we have to wait for a few remaining crates to release new versions:
struct-patch-derive
(using oldsyn
): syn2 release? yanganto/struct-patch#19proc-macro-error
which has no support forsyn2
merged&released yet: https://gitlab.com/CreepySkeleton/proc-macro-error/-/merge_requests/36bugreport
which in turn requiresgit-version
(using oldsyn
): Updatesyn
to 2.0 fusion-engineering/rust-git-version#20git-version
dependency? sharkdp/bugreport#13chrono
->iana-time-zone
->iana-time-zone-haiku
(v0.1.1
) which still depends transitively on syn1 viacxx-build
: bump haiku dependency strawlab/iana-time-zone#110regex-syntax
✅syntect
(using oldregex-syntax
): release with bumpedregex-syntax
trishume/syntect#486redox_syscall
shellexpand
in turn usingredox_users
used by (using oldredox_syscall
): https://gitlab.redox-os.org/redox-os/users/-/merge_requests/36notify
usingfiletime
(redox_syscall
): release version bumping theredox_syscall
dependency alexcrichton/filetime#98notify
: bumpfiletime
dependency notify-rs/notify#521notify
release: release with bumpedbitflags
andfiletime
version notify-rs/notify#513bitflags
ron
(bitflags
): new release bumpingbitflags
dependency ron-rs/ron#469notify
(bitflags
): release with bumpedbitflags
andfiletime
version notify-rs/notify#513crossterm
(bitflags
): release with bumpedbitflags
dependency crossterm-rs/crossterm#807git2
(bitflags
): release with bumpedbitflags
version rust-lang/git2-rs#976syntect
: update bitflags trishume/syntect#490help needed:
redox_syscall
itself does not support working withbitflags
2.x: redox_syscall (MR needed)plus our very own:
dirs-next
: switch back todirs
#1783The text was updated successfully, but these errors were encountered: