Adopt the new printf crate

This drops our usage of printf-compat.
This commit is contained in:
ridiculousfish
2024-05-12 15:40:00 -07:00
committed by Peter Ammon
parent 585dac6b08
commit f16a1361c5
15 changed files with 28 additions and 54 deletions

28
Cargo.lock generated
View File

@@ -62,12 +62,6 @@ dependencies = [
"parking_lot_core",
]
[[package]]
name = "either"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
[[package]]
name = "errno"
version = "0.2.8"
@@ -109,7 +103,7 @@ dependencies = [
"num-traits",
"once_cell",
"pcre2",
"printf-compat",
"printf",
"rand",
"rand_pcg",
"rsconf",
@@ -150,15 +144,6 @@ version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "jobserver"
version = "0.1.31"
@@ -356,17 +341,6 @@ dependencies = [
"widestring",
]
[[package]]
name = "printf-compat"
version = "0.1.1"
source = "git+https://github.com/fish-shell/printf-compat.git?branch=fish#ff460021ba11e2a2c69e1fe04cb1961d6a75be15"
dependencies = [
"bitflags 1.3.2",
"itertools",
"libc",
"widestring",
]
[[package]]
name = "proc-macro2"
version = "1.0.82"