Update Rust deps

axum-client-ip excluded, as it will need further work.
This commit is contained in:
Damien Elmes 2023-03-31 14:27:44 +10:00
parent f497bd6a33
commit 26c640805c
14 changed files with 729 additions and 569 deletions

View file

@ -1,5 +1,5 @@
hakari-package = "workspace-hack"
dep-format-version = "2"
dep-format-version = "4"
resolver = "2"
[traversal-excludes]

1088
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,20 +9,20 @@ license.workspace = true
rust-version.workspace = true
[dependencies]
camino = "1.1.2"
camino = "1.1.4"
flate2 = "1.0.25"
sha2 = { version = "0.10.6" }
tar = "0.4.38"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
xz2 = "0.1.7"
zip = "0.6.3"
zstd = "0.12.2"
zip = "0.6.4"
zstd = "0.12.3"
[features]
rustls = ["reqwest/rustls-tls", "reqwest/rustls-tls-native-roots"]
native-tls = ["reqwest/native-tls"]
[dependencies.reqwest]
version = "0.11.13"
version = "0.11.16"
default-features = false

View file

@ -9,12 +9,12 @@ license.workspace = true
rust-version.workspace = true
[dependencies]
camino = "1.1.2"
camino = "1.1.4"
globset = "0.4.10"
itertools = "0.10.5"
lazy_static = "1.4.0"
maplit = "1.0.2"
num_cpus = "1.15.0"
walkdir = "2.3.3"
which = "4.3.0"
which = "4.4.0"
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }

View file

@ -9,8 +9,8 @@ license.workspace = true
rust-version.workspace = true
[dependencies]
camino = "1.1.2"
clap = { version = "4.1.1", features = ["derive"] }
junction = "0.2.0"
camino = "1.1.4"
clap = { version = "4.2.1", features = ["derive"] }
junction = "1.0.0"
termcolor = "1.2.0"
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }

View file

@ -13,6 +13,6 @@ name = "ftl-sync"
path = "sync.rs"
[dependencies]
camino = "1.1.2"
camino = "1.1.4"
snafu = { version = "0.7.4" }
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }

View file

@ -15,7 +15,7 @@ workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
# /cargo/update.py needs to be run if updating the version below
[dependencies.pyo3]
version = "0.18.0"
version = "0.18.2"
features = ["extension-module", "abi3", "abi3-py39"]
[lib]

View file

@ -9,15 +9,15 @@ license.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = "1.0.68"
anyhow = "1.0.70"
apple-bundles = "0.17.0"
camino = "1.1.2"
clap = { version = "4.1.1", features = ["derive"] }
camino = "1.1.4"
clap = { version = "4.2.1", features = ["derive"] }
glob = "0.3.1"
lazy_static = "1.4.0"
plist = "1.4.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
plist = "1.4.3"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
simple-file-manifest = "0.11.0"
walkdir = "2.3.3"
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }

View file

@ -9,9 +9,9 @@ license.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = "1.0.68"
camino = "1.1.2"
clap = { version = "4.1.1", features = ["derive"] }
anyhow = "1.0.70"
camino = "1.1.4"
clap = { version = "4.2.1", features = ["derive"] }
glob = "0.3.1"
tugger-windows-codesign = "0.10.0"
walkdir = "2.3.3"

View file

@ -27,16 +27,16 @@ required-features = ["bench"]
# After updating anything below, run ../cargo/update.py
[build-dependencies]
prost-build = "0.11.6"
which = "4.3.0"
prost-build = "0.11.8"
which = "4.4.0"
[dev-dependencies]
async-stream = "0.3.3"
async-stream = "0.3.4"
env_logger = "0.10.0"
wiremock = "0.5.17"
[dependencies.reqwest]
version = "0.11.13"
version = "0.11.16"
default-features = false
features = ["json", "socks", "stream", "multipart"]
@ -50,56 +50,56 @@ csv = { git = "https://github.com/ankitects/rust-csv.git", rev = "1c9d3aab6f79a7
unicase = "=2.6.0"
# keep this at 0.4.19 until an Android-compatible update is ready
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] }
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
criterion = { version = "0.4.0", optional = true }
ammonia = "3.3.0"
async-compression = { version = "0.3.15", features = ["zstd", "tokio"] }
async-trait = "0.1.61"
axum = { version = "0.6.2", features = ["multipart", "macros", "headers"] }
async-trait = "0.1.68"
axum = { version = "0.6.12", features = ["multipart", "macros", "headers"] }
axum-client-ip = "0.3.1"
blake3 = "1.3.3"
bytes = "1.3.0"
coarsetime = "0.1.22"
bytes = "1.4.0"
coarsetime = "0.1.23"
convert_case = "0.6.0"
difflib = "0.4.0"
flate2 = "1.0.25"
fluent = "0.16.0"
fluent-bundle = "0.15.2"
fnv = "1.0.7"
futures = "0.3.25"
futures = "0.3.28"
hex = "0.4.3"
htmlescape = "0.3.1"
hyper = "0.14.23"
hyper = "0.14.25"
id_tree = "1.8.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
nom = "7.1.3"
num-integer = "0.1.45"
num_cpus = "1.15.0"
num_enum = "0.5.7"
once_cell = "1.17.0"
num_enum = "0.5.11"
once_cell = "1.17.1"
pin-project = "1.0.12"
prost = "0.11.6"
prost = "0.11.8"
pulldown-cmark = "0.9.2"
rand = "0.8.5"
regex = "1.7.1"
rusqlite = { version = "0.28.0", features = ["trace", "functions", "collation", "bundled"] }
regex = "1.7.3"
rusqlite = { version = "0.29.0", features = ["trace", "functions", "collation", "bundled"] }
scopeguard = "1.1.0"
serde = "1.0.152"
serde = "1.0.159"
serde-aux = "4.1.2"
serde_derive = "1.0.152"
serde_json = "1.0.91"
serde_repr = "0.1.10"
serde_derive = "1.0.159"
serde_json = "1.0.95"
serde_repr = "0.1.12"
serde_tuple = "0.5.0"
sha1 = "0.10.5"
snafu = { version = "0.7.4", features = ["backtraces"] }
strum = { version = "0.24.1", features = ["derive"] }
tempfile = "3.3.0"
tokio = { version = "1.24", features = ["fs", "rt-multi-thread", "macros"] }
tokio-util = { version = "0.7.4", features = ["io"] }
tower-http = { version = "0.3.5", features = ["trace"] }
tempfile = "3.5.0"
tokio = { version = "1.27", features = ["fs", "rt-multi-thread", "macros", "signal"] }
tokio-util = { version = "0.7.7", features = ["io"] }
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.16", features = ["fmt", "env-filter"] }
@ -107,9 +107,9 @@ unic-ucd-category = "0.9.0"
unicode-normalization = "0.1.22"
utime = "0.3.1"
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }
zip = { version = "0.6.3", default-features = false, features = ["deflate", "time"] }
zstd = { version = "0.12.2", features = ["zstdmt"] }
zip = { version = "0.6.4", default-features = false, features = ["deflate", "time"] }
zstd = { version = "0.12.3", features = ["zstdmt"] }
[target.'cfg(windows)'.dependencies.windows]
version = "0.44.0"
version = "0.47.0"
features = ["Media_SpeechSynthesis", "Foundation_Collections", "Storage_Streams"]

View file

@ -18,8 +18,8 @@ path = "src/lib.rs"
fluent-syntax = "0.11.0"
fluent = "0.16.0"
unic-langid = { version = "0.9.1", features = ["macros"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
inflections = "1.1.1"
[dependencies]
@ -28,7 +28,7 @@ fluent-bundle = "0.15.2"
intl-memoizer = "0.5.1"
num-format = "0.4.4"
phf = { version = "0.11.1", features = ["macros"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
unic-langid = { version = "0.9.1", features = ["macros"] }
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }

View file

@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies]
fluent-syntax = "0.11.0"
lazy_static = "1.4.0"
regex = "1.7.1"
serde_json = "1.0.91"
regex = "1.7.3"
serde_json = "1.0.95"
walkdir = "2"
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }

View file

@ -17,12 +17,12 @@ anki = { path = ".." }
linkcheck = { git = "https://github.com/ankitects/linkcheck.git", rev = "2f20798ce521cc594d510d4e417e76d5eac04d4b" }
futures = "0.3.25"
futures = "0.3.28"
itertools = "0.10.5"
lazy_static = "1.4.0"
regex = "1.7.1"
regex = "1.7.3"
strum = { version = "0.24.1", features = ["derive"] }
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
[features]
@ -30,5 +30,5 @@ rustls = ["reqwest/rustls-tls", "reqwest/rustls-tls-native-roots"]
native-tls = ["reqwest/native-tls"]
[dependencies.reqwest]
version = "0.11.13"
version = "0.11.16"
default-features = false

View file

@ -14,66 +14,66 @@ description = "workspace-hack package, managed by hakari"
### BEGIN HAKARI SECTION
[dependencies]
bytes = { version = "1", features = ["std"] }
crossbeam-utils = { version = "0.8", features = ["std"] }
either = { version = "1", features = ["use_std"] }
flate2 = { version = "1", features = ["miniz_oxide", "rust_backend"] }
futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] }
futures-io = { version = "0.3", features = ["std"] }
futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] }
futures-util = { version = "0.3", default-features = false, features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std"] }
bytes = { version = "1" }
crossbeam-utils = { version = "0.8" }
either = { version = "1" }
flate2 = { version = "1" }
futures-channel = { version = "0.3", features = ["sink"] }
futures-io = { version = "0.3" }
futures-task = { version = "0.3", default-features = false, features = ["std"] }
futures-util = { version = "0.3", default-features = false, features = ["async-await-macro", "channel", "io", "sink"] }
getrandom = { version = "0.2", default-features = false, features = ["std"] }
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
hashbrown = { version = "0.12", features = ["raw"] }
hmac = { version = "0.12", default-features = false, features = ["reset"] }
hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }
hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "1", default-features = false, features = ["std"] }
itertools = { version = "0.10", features = ["use_alloc", "use_std"] }
itertools = { version = "0.10" }
log = { version = "0.4", default-features = false, features = ["std"] }
num-traits = { version = "0.2", features = ["std"] }
num-traits = { version = "0.2" }
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
prost = { version = "0.11", features = ["prost-derive", "std"] }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "small_rng", "std", "std_rng"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] }
rand_core = { version = "0.6", default-features = false, features = ["alloc", "getrandom", "std"] }
regex = { version = "1", features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
regex-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
scopeguard = { version = "1", features = ["use_std"] }
serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
serde_json = { version = "1", features = ["raw_value", "std"] }
sha2 = { version = "0.10", features = ["std"] }
snafu = { version = "0.7", features = ["backtrace", "backtraces", "rust_1_39", "rust_1_46", "std"] }
time = { version = "0.3", features = ["alloc", "formatting", "macros", "parsing", "std"] }
tokio = { version = "1", features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros"] }
tokio-util = { version = "0.7", features = ["codec", "io", "tracing"] }
tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", "release_max_level_debug", "std", "tracing-attributes"] }
tracing-core = { version = "0.1", features = ["once_cell", "std"] }
prost = { version = "0.11" }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["small_rng"] }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
regex = { version = "1" }
regex-syntax = { version = "0.6" }
scopeguard = { version = "1" }
serde = { version = "1", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1", features = ["raw_value"] }
sha2 = { version = "0.10" }
snafu = { version = "0.7", features = ["backtraces"] }
time = { version = "0.3", features = ["formatting", "parsing"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["codec", "io"] }
tracing = { version = "0.1", features = ["log", "max_level_trace", "release_max_level_debug"] }
tracing-core = { version = "0.1" }
url = { version = "2", features = ["serde"] }
zip = { version = "0.6", features = ["aes", "aes-crypto", "bzip2", "constant_time_eq", "deflate", "flate2", "hmac", "pbkdf2", "sha1", "time", "zstd"] }
zstd-5ef9efb8ec2df382 = { package = "zstd", version = "0.12", features = ["arrays", "legacy", "zdict_builder", "zstdmt"] }
zstd-a6292c17cd707f01 = { package = "zstd", version = "0.11", features = ["arrays", "legacy", "zdict_builder"] }
zip = { version = "0.6" }
zstd-5ef9efb8ec2df382 = { package = "zstd", version = "0.12", features = ["zstdmt"] }
zstd-a6292c17cd707f01 = { package = "zstd", version = "0.11" }
zstd-safe-a490c3000a992113 = { package = "zstd-safe", version = "6", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder", "zstdmt"] }
zstd-safe-cdf1610d3e1514e9 = { package = "zstd-safe", version = "5", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] }
zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder", "zstdmt"] }
[build-dependencies]
bytes = { version = "1", features = ["std"] }
cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] }
either = { version = "1", features = ["use_std"] }
bytes = { version = "1" }
cc = { version = "1", default-features = false, features = ["parallel"] }
either = { version = "1" }
getrandom = { version = "0.2", default-features = false, features = ["std"] }
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
hashbrown = { version = "0.12", features = ["raw"] }
indexmap = { version = "1", default-features = false, features = ["std"] }
itertools = { version = "0.10", features = ["use_alloc", "use_std"] }
itertools = { version = "0.10" }
log = { version = "0.4", default-features = false, features = ["std"] }
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
prost = { version = "0.11", features = ["prost-derive", "std"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "small_rng", "std", "std_rng"] }
rand_core = { version = "0.6", default-features = false, features = ["alloc", "getrandom", "std"] }
regex = { version = "1", features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
regex-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
serde_json = { version = "1", features = ["raw_value", "std"] }
syn = { version = "1", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing"] }
prost = { version = "0.11" }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["small_rng"] }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
regex = { version = "1" }
regex-syntax = { version = "0.6" }
serde = { version = "1", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1", features = ["raw_value"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "full", "visit-mut"] }
### END HAKARI SECTION