1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #4972 from cakebaker/sort_migrate_from_ouroboros_to_self_cell

sort: migrate from ouroboros to self_cell
This commit is contained in:
Sylvestre Ledru 2023-06-25 21:15:02 +02:00 committed by GitHub
commit b03a88e154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 79 deletions

View file

@ -300,7 +300,6 @@ num-traits = "0.2.15"
number_prefix = "0.4"
once_cell = "1.18.0"
onig = { version = "~6.4", default-features = false }
ouroboros = "0.15.6"
parse_datetime = "0.4.0"
phf = "0.11.2"
phf_codegen = "0.11.2"
@ -314,6 +313,7 @@ regex = "1.8.4"
rstest = "0.17.0"
rust-ini = "0.19.0"
same-file = "1.0.6"
self_cell = "1.0.0"
selinux = "0.4"
signal-hook = "0.3.15"
smallvec = { version = "1.10", features = ["union"] }