Update to Rust 1.74, and update most Rust deps

hyper has been held back, as neither reqwest nor axum support 1.0 yet
This commit is contained in:
Damien Elmes 2023-11-27 12:23:56 +10:00
parent ecd4c3f172
commit 70b0fbde92
9 changed files with 528 additions and 414 deletions

602
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -56,7 +56,7 @@ unicase = "=2.6.0" # any changes could invalidate sqlite indexes
ammonia = "3.3.0" ammonia = "3.3.0"
anyhow = "1.0.75" anyhow = "1.0.75"
apple-bundles = "0.17.0" apple-bundles = "0.17.0"
async-compression = { version = "0.4.4", features = ["zstd", "tokio"] } async-compression = { version = "0.4.5", features = ["zstd", "tokio"] }
async-stream = "0.3.5" async-stream = "0.3.5"
async-trait = "0.1.74" async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["multipart", "macros", "headers"] } axum = { version = "0.6.20", features = ["multipart", "macros", "headers"] }
@ -66,70 +66,70 @@ bytes = "1.5.0"
camino = "1.1.6" camino = "1.1.6"
chrono = { version = "0.4.31", default-features = false, features = ["std", "clock"] } chrono = { version = "0.4.31", default-features = false, features = ["std", "clock"] }
clap = { version = "4.3.24", features = ["derive"] } clap = { version = "4.3.24", features = ["derive"] }
coarsetime = "0.1.29" coarsetime = "0.1.33"
convert_case = "0.6.0" convert_case = "0.6.0"
criterion = { version = "0.5.1" } criterion = { version = "0.5.1" }
csv = "1.3.0" csv = "1.3.0"
data-encoding = "2.4.0" data-encoding = "2.5.0"
difflib = "0.4.0" difflib = "0.4.0"
flate2 = "1.0.28" flate2 = "1.0.28"
fluent = "0.16.0" fluent = "0.16.0"
fluent-bundle = "0.15.2" fluent-bundle = "0.15.2"
fluent-syntax = "0.11.0" fluent-syntax = "0.11.0"
fnv = "1.0.7" fnv = "1.0.7"
futures = "0.3.28" futures = "0.3.29"
glob = "0.3.1" glob = "0.3.1"
globset = "0.4.13" globset = "0.4.14"
hex = "0.4.3" hex = "0.4.3"
htmlescape = "0.3.1" htmlescape = "0.3.1"
hyper = "0.14.27" hyper = "0.14.27"
id_tree = "1.8.0" id_tree = "1.8.0"
inflections = "1.1.1" inflections = "1.1.1"
intl-memoizer = "0.5.1" intl-memoizer = "0.5.1"
itertools = "0.11.0" itertools = "0.12.0"
junction = "1.0.0" junction = "1.0.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
maplit = "1.0.2" maplit = "1.0.2"
nom = "7.1.3" nom = "7.1.3"
num-format = "0.4.4" num-format = "0.4.4"
num_cpus = "1.16.0" num_cpus = "1.16.0"
num_enum = "0.7.0" num_enum = "0.7.1"
once_cell = "1.18.0" once_cell = "1.18.0"
phf = { version = "0.11.2", features = ["macros"] } phf = { version = "0.11.2", features = ["macros"] }
pin-project = "1.1.3" pin-project = "1.1.3"
plist = "1.5.1" plist = "1.5.1"
prettyplease = "0.2.15" prettyplease = "0.2.15"
prost = "0.12.1" prost = "0.12.3"
prost-build = "0.12.1" prost-build = "0.12.3"
prost-reflect = "0.12.0" prost-reflect = "0.12.0"
prost-types = "0.12.1" prost-types = "0.12.3"
pulldown-cmark = "0.9.3" pulldown-cmark = "0.9.3"
pyo3 = { version = "0.20.0", features = ["extension-module", "abi3", "abi3-py39"] } pyo3 = { version = "0.20.0", features = ["extension-module", "abi3", "abi3-py39"] }
rand = "0.8.5" rand = "0.8.5"
regex = "1.10.2" regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["json", "socks", "stream", "multipart"] } reqwest = { version = "0.11.22", default-features = false, features = ["json", "socks", "stream", "multipart"] }
rusqlite = { version = "0.29.0", features = ["trace", "functions", "collation", "bundled"] } rusqlite = { version = "0.30.0", features = ["trace", "functions", "collation", "bundled"] }
scopeguard = "1.2.0" scopeguard = "1.2.0"
serde = { version = "1.0.189", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] }
serde-aux = "4.2.0" serde-aux = "4.2.0"
serde_json = "1.0.107" serde_json = "1.0.108"
serde_repr = "0.1.16" serde_repr = "0.1.17"
serde_tuple = "0.5.0" serde_tuple = "0.5.0"
sha1 = "0.10.6" sha1 = "0.10.6"
sha2 = { version = "0.10.8" } sha2 = { version = "0.10.8" }
simple-file-manifest = "0.11.0" simple-file-manifest = "0.11.0"
snafu = { version = "0.7.5", features = ["backtraces", "rust_1_61"] } snafu = { version = "0.7.5", features = ["backtraces", "rust_1_61"] }
strum = { version = "0.25.0", features = ["derive"] } strum = { version = "0.25.0", features = ["derive"] }
syn = { version = "2.0.38", features = ["parsing", "printing"] } syn = { version = "2.0.39", features = ["parsing", "printing"] }
tar = "0.4.40" tar = "0.4.40"
tempfile = "3.8.0" tempfile = "3.8.1"
termcolor = "1.3.0" termcolor = "1.4.0"
tokio = { version = "1.33", features = ["fs", "rt-multi-thread", "macros", "signal"] } tokio = { version = "1.34", features = ["fs", "rt-multi-thread", "macros", "signal"] }
tokio-util = { version = "0.7.9", features = ["io"] } tokio-util = { version = "0.7.10", features = ["io"] }
tower-http = { version = "0.4.4", features = ["trace"] } tower-http = { version = "0.4.4", features = ["trace"] }
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] } tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
tracing-appender = "0.2.2" tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "env-filter"] } tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
tugger-windows-codesign = "0.10.0" tugger-windows-codesign = "0.10.0"
unic-langid = { version = "0.9.1", features = ["macros"] } unic-langid = { version = "0.9.1", features = ["macros"] }
unic-ucd-category = "0.9.0" unic-ucd-category = "0.9.0"
@ -137,7 +137,7 @@ unicode-normalization = "0.1.22"
utime = "0.3.1" utime = "0.3.1"
walkdir = "2.4.0" walkdir = "2.4.0"
which = "5.0.0" which = "5.0.0"
wiremock = "0.5.19" wiremock = "0.5.21"
xz2 = "0.1.7" xz2 = "0.1.7"
zip = { version = "0.6.6", default-features = false, features = ["deflate", "time"] } zip = { version = "0.6.6", default-features = false, features = ["deflate", "time"] }
zstd = { version = "0.13.0", features = ["zstdmt"] } zstd = { version = "0.13.0", features = ["zstdmt"] }

View file

@ -19,7 +19,7 @@
}, },
{ {
"name": "ahash", "name": "ahash",
"version": "0.8.5", "version": "0.8.6",
"authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>", "authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
"repository": "https://github.com/tkaitchuck/ahash", "repository": "https://github.com/tkaitchuck/ahash",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -163,7 +163,7 @@
}, },
{ {
"name": "async-compression", "name": "async-compression",
"version": "0.4.4", "version": "0.4.5",
"authors": "Wim Looman <wim@nemo157.com>|Allen Bui <fairingrey@gmail.com>", "authors": "Wim Looman <wim@nemo157.com>|Allen Bui <fairingrey@gmail.com>",
"repository": "https://github.com/Nullus157/async-compression", "repository": "https://github.com/Nullus157/async-compression",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -469,7 +469,7 @@
}, },
{ {
"name": "coarsetime", "name": "coarsetime",
"version": "0.1.29", "version": "0.1.33",
"authors": "Frank Denis <github@pureftpd.org>", "authors": "Frank Denis <github@pureftpd.org>",
"repository": "https://github.com/jedisct1/rust-coarsetime", "repository": "https://github.com/jedisct1/rust-coarsetime",
"license": "ISC", "license": "ISC",
@ -523,7 +523,7 @@
}, },
{ {
"name": "cpufeatures", "name": "cpufeatures",
"version": "0.2.10", "version": "0.2.11",
"authors": "RustCrypto Developers", "authors": "RustCrypto Developers",
"repository": "https://github.com/RustCrypto/utils", "repository": "https://github.com/RustCrypto/utils",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -613,7 +613,7 @@
}, },
{ {
"name": "data-encoding", "name": "data-encoding",
"version": "2.4.0", "version": "2.5.0",
"authors": "Julien Cretin <git@ia0.eu>", "authors": "Julien Cretin <git@ia0.eu>",
"repository": "https://github.com/ia0/data-encoding", "repository": "https://github.com/ia0/data-encoding",
"license": "MIT", "license": "MIT",
@ -748,7 +748,7 @@
}, },
{ {
"name": "errno", "name": "errno",
"version": "0.3.5", "version": "0.3.7",
"authors": "Chris Wong <lambda.fairy@gmail.com>", "authors": "Chris Wong <lambda.fairy@gmail.com>",
"repository": "https://github.com/lambda-fairy/rust-errno", "repository": "https://github.com/lambda-fairy/rust-errno",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -766,7 +766,7 @@
}, },
{ {
"name": "fallible-iterator", "name": "fallible-iterator",
"version": "0.2.0", "version": "0.3.0",
"authors": "Steven Fackler <sfackler@gmail.com>", "authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-fallible-iterator", "repository": "https://github.com/sfackler/rust-fallible-iterator",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -883,7 +883,7 @@
}, },
{ {
"name": "form_urlencoded", "name": "form_urlencoded",
"version": "1.2.0", "version": "1.2.1",
"authors": "The rust-url developers", "authors": "The rust-url developers",
"repository": "https://github.com/servo/rust-url", "repository": "https://github.com/servo/rust-url",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -919,7 +919,7 @@
}, },
{ {
"name": "futures", "name": "futures",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -928,7 +928,7 @@
}, },
{ {
"name": "futures-channel", "name": "futures-channel",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -937,7 +937,7 @@
}, },
{ {
"name": "futures-core", "name": "futures-core",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -946,7 +946,7 @@
}, },
{ {
"name": "futures-executor", "name": "futures-executor",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -955,7 +955,7 @@
}, },
{ {
"name": "futures-io", "name": "futures-io",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -973,7 +973,7 @@
}, },
{ {
"name": "futures-macro", "name": "futures-macro",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -982,7 +982,7 @@
}, },
{ {
"name": "futures-sink", "name": "futures-sink",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -991,7 +991,7 @@
}, },
{ {
"name": "futures-task", "name": "futures-task",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1009,7 +1009,7 @@
}, },
{ {
"name": "futures-util", "name": "futures-util",
"version": "0.3.28", "version": "0.3.29",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1045,7 +1045,7 @@
}, },
{ {
"name": "getrandom", "name": "getrandom",
"version": "0.2.10", "version": "0.2.11",
"authors": "The Rand Project Developers", "authors": "The Rand Project Developers",
"repository": "https://github.com/rust-random/getrandom", "repository": "https://github.com/rust-random/getrandom",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1054,7 +1054,7 @@
}, },
{ {
"name": "gimli", "name": "gimli",
"version": "0.28.0", "version": "0.28.1",
"authors": null, "authors": null,
"repository": "https://github.com/gimli-rs/gimli", "repository": "https://github.com/gimli-rs/gimli",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1063,7 +1063,7 @@
}, },
{ {
"name": "h2", "name": "h2",
"version": "0.3.21", "version": "0.3.22",
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/h2", "repository": "https://github.com/hyperium/h2",
"license": "MIT", "license": "MIT",
@ -1081,16 +1081,7 @@
}, },
{ {
"name": "hashbrown", "name": "hashbrown",
"version": "0.12.3", "version": "0.14.3",
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/rust-lang/hashbrown",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A Rust port of Google's SwissTable hash map"
},
{
"name": "hashbrown",
"version": "0.14.2",
"authors": "Amanieu d'Antras <amanieu@gmail.com>", "authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/rust-lang/hashbrown", "repository": "https://github.com/rust-lang/hashbrown",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1180,7 +1171,7 @@
}, },
{ {
"name": "http", "name": "http",
"version": "0.2.9", "version": "0.2.11",
"authors": "Alex Crichton <alex@alexcrichton.com>|Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/http", "repository": "https://github.com/hyperium/http",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1243,7 +1234,7 @@
}, },
{ {
"name": "hyper-rustls", "name": "hyper-rustls",
"version": "0.24.1", "version": "0.24.2",
"authors": null, "authors": null,
"repository": "https://github.com/rustls/hyper-rustls", "repository": "https://github.com/rustls/hyper-rustls",
"license": "Apache-2.0 OR ISC OR MIT", "license": "Apache-2.0 OR ISC OR MIT",
@ -1288,7 +1279,7 @@
}, },
{ {
"name": "idna", "name": "idna",
"version": "0.4.0", "version": "0.5.0",
"authors": "The rust-url developers", "authors": "The rust-url developers",
"repository": "https://github.com/servo/rust-url/", "repository": "https://github.com/servo/rust-url/",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1297,16 +1288,7 @@
}, },
{ {
"name": "indexmap", "name": "indexmap",
"version": "1.9.3", "version": "2.1.0",
"authors": null,
"repository": "https://github.com/bluss/indexmap",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A hash table with consistent order and fast iteration."
},
{
"name": "indexmap",
"version": "2.0.2",
"authors": null, "authors": null,
"repository": "https://github.com/bluss/indexmap", "repository": "https://github.com/bluss/indexmap",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1369,7 +1351,7 @@
}, },
{ {
"name": "itertools", "name": "itertools",
"version": "0.10.5", "version": "0.11.0",
"authors": "bluss", "authors": "bluss",
"repository": "https://github.com/rust-itertools/itertools", "repository": "https://github.com/rust-itertools/itertools",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1378,7 +1360,7 @@
}, },
{ {
"name": "itertools", "name": "itertools",
"version": "0.11.0", "version": "0.12.0",
"authors": "bluss", "authors": "bluss",
"repository": "https://github.com/rust-itertools/itertools", "repository": "https://github.com/rust-itertools/itertools",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1405,7 +1387,7 @@
}, },
{ {
"name": "js-sys", "name": "js-sys",
"version": "0.3.64", "version": "0.3.65",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1423,7 +1405,7 @@
}, },
{ {
"name": "libc", "name": "libc",
"version": "0.2.149", "version": "0.2.150",
"authors": "The Rust Project Developers", "authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc", "repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1439,9 +1421,18 @@
"license_file": null, "license_file": null,
"description": "libm in pure Rust" "description": "libm in pure Rust"
}, },
{
"name": "libredox",
"version": "0.0.1",
"authors": "4lDO2 <4lDO2@protonmail.com>",
"repository": "https://gitlab.redox-os.org/redox-os/libredox.git",
"license": "MIT",
"license_file": null,
"description": "Redox stable ABI"
},
{ {
"name": "libsqlite3-sys", "name": "libsqlite3-sys",
"version": "0.26.0", "version": "0.27.0",
"authors": "The rusqlite developers", "authors": "The rusqlite developers",
"repository": "https://github.com/rusqlite/rusqlite", "repository": "https://github.com/rusqlite/rusqlite",
"license": "MIT", "license": "MIT",
@ -1450,7 +1441,7 @@
}, },
{ {
"name": "linux-raw-sys", "name": "linux-raw-sys",
"version": "0.4.10", "version": "0.4.11",
"authors": "Dan Gohman <dev@sunfishcode.online>", "authors": "Dan Gohman <dev@sunfishcode.online>",
"repository": "https://github.com/sunfishcode/linux-raw-sys", "repository": "https://github.com/sunfishcode/linux-raw-sys",
"license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
@ -1729,7 +1720,7 @@
}, },
{ {
"name": "num_enum", "name": "num_enum",
"version": "0.7.0", "version": "0.7.1",
"authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>", "authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>",
"repository": "https://github.com/illicitonion/num_enum", "repository": "https://github.com/illicitonion/num_enum",
"license": "Apache-2.0 OR BSD-3-Clause OR MIT", "license": "Apache-2.0 OR BSD-3-Clause OR MIT",
@ -1738,7 +1729,7 @@
}, },
{ {
"name": "num_enum_derive", "name": "num_enum_derive",
"version": "0.7.0", "version": "0.7.1",
"authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>", "authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>",
"repository": "https://github.com/illicitonion/num_enum", "repository": "https://github.com/illicitonion/num_enum",
"license": "Apache-2.0 OR BSD-3-Clause OR MIT", "license": "Apache-2.0 OR BSD-3-Clause OR MIT",
@ -1765,7 +1756,7 @@
}, },
{ {
"name": "openssl", "name": "openssl",
"version": "0.10.57", "version": "0.10.60",
"authors": "Steven Fackler <sfackler@gmail.com>", "authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -1792,7 +1783,7 @@
}, },
{ {
"name": "openssl-sys", "name": "openssl-sys",
"version": "0.9.93", "version": "0.9.96",
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "MIT", "license": "MIT",
@ -1855,7 +1846,7 @@
}, },
{ {
"name": "percent-encoding", "name": "percent-encoding",
"version": "2.3.0", "version": "2.3.1",
"authors": "The rust-url developers", "authors": "The rust-url developers",
"repository": "https://github.com/servo/rust-url/", "repository": "https://github.com/servo/rust-url/",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2035,7 +2026,7 @@
}, },
{ {
"name": "proc-macro-crate", "name": "proc-macro-crate",
"version": "1.3.1", "version": "2.0.0",
"authors": "Bastian Köcher <git@kchr.de>", "authors": "Bastian Köcher <git@kchr.de>",
"repository": "https://github.com/bkchr/proc-macro-crate", "repository": "https://github.com/bkchr/proc-macro-crate",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2053,7 +2044,7 @@
}, },
{ {
"name": "proc-macro2", "name": "proc-macro2",
"version": "1.0.69", "version": "1.0.70",
"authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>", "authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/dtolnay/proc-macro2", "repository": "https://github.com/dtolnay/proc-macro2",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2062,7 +2053,7 @@
}, },
{ {
"name": "prost", "name": "prost",
"version": "0.12.1", "version": "0.12.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2071,7 +2062,7 @@
}, },
{ {
"name": "prost-build", "name": "prost-build",
"version": "0.12.1", "version": "0.12.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2080,7 +2071,7 @@
}, },
{ {
"name": "prost-derive", "name": "prost-derive",
"version": "0.12.1", "version": "0.12.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2098,7 +2089,7 @@
}, },
{ {
"name": "prost-types", "name": "prost-types",
"version": "0.12.1", "version": "0.12.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2222,24 +2213,6 @@
"license_file": null, "license_file": null,
"description": "Core APIs for Rayon" "description": "Core APIs for Rayon"
}, },
{
"name": "redox_syscall",
"version": "0.2.16",
"authors": "Jeremy Soller <jackpot51@gmail.com>",
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
"license": "MIT",
"license_file": null,
"description": "A Rust library to access raw Redox system calls"
},
{
"name": "redox_syscall",
"version": "0.3.5",
"authors": "Jeremy Soller <jackpot51@gmail.com>",
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
"license": "MIT",
"license_file": null,
"description": "A Rust library to access raw Redox system calls"
},
{ {
"name": "redox_syscall", "name": "redox_syscall",
"version": "0.4.1", "version": "0.4.1",
@ -2251,7 +2224,7 @@
}, },
{ {
"name": "redox_users", "name": "redox_users",
"version": "0.4.3", "version": "0.4.4",
"authors": "Jose Narvaez <goyox86@gmail.com>|Wesley Hershberger <mggmugginsmc@gmail.com>", "authors": "Jose Narvaez <goyox86@gmail.com>|Wesley Hershberger <mggmugginsmc@gmail.com>",
"repository": "https://gitlab.redox-os.org/redox-os/users", "repository": "https://gitlab.redox-os.org/redox-os/users",
"license": "MIT", "license": "MIT",
@ -2350,7 +2323,7 @@
}, },
{ {
"name": "rusqlite", "name": "rusqlite",
"version": "0.29.0", "version": "0.30.0",
"authors": "The rusqlite developers", "authors": "The rusqlite developers",
"repository": "https://github.com/rusqlite/rusqlite", "repository": "https://github.com/rusqlite/rusqlite",
"license": "MIT", "license": "MIT",
@ -2377,7 +2350,7 @@
}, },
{ {
"name": "rustix", "name": "rustix",
"version": "0.38.20", "version": "0.38.25",
"authors": "Dan Gohman <dev@sunfishcode.online>|Jakub Konka <kubkon@jakubkonka.com>", "authors": "Dan Gohman <dev@sunfishcode.online>|Jakub Konka <kubkon@jakubkonka.com>",
"repository": "https://github.com/bytecodealliance/rustix", "repository": "https://github.com/bytecodealliance/rustix",
"license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
@ -2386,7 +2359,7 @@
}, },
{ {
"name": "rustls", "name": "rustls",
"version": "0.21.8", "version": "0.21.9",
"authors": null, "authors": null,
"repository": "https://github.com/rustls/rustls", "repository": "https://github.com/rustls/rustls",
"license": "Apache-2.0 OR ISC OR MIT", "license": "Apache-2.0 OR ISC OR MIT",
@ -2404,7 +2377,7 @@
}, },
{ {
"name": "rustls-pemfile", "name": "rustls-pemfile",
"version": "1.0.3", "version": "1.0.4",
"authors": null, "authors": null,
"repository": "https://github.com/rustls/pemfile", "repository": "https://github.com/rustls/pemfile",
"license": "Apache-2.0 OR ISC OR MIT", "license": "Apache-2.0 OR ISC OR MIT",
@ -2521,7 +2494,7 @@
}, },
{ {
"name": "serde", "name": "serde",
"version": "1.0.189", "version": "1.0.193",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde", "repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2539,7 +2512,7 @@
}, },
{ {
"name": "serde_derive", "name": "serde_derive",
"version": "1.0.189", "version": "1.0.193",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde", "repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2548,7 +2521,7 @@
}, },
{ {
"name": "serde_json", "name": "serde_json",
"version": "1.0.107", "version": "1.0.108",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/json", "repository": "https://github.com/serde-rs/json",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2575,7 +2548,7 @@
}, },
{ {
"name": "serde_repr", "name": "serde_repr",
"version": "0.1.16", "version": "0.1.17",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/serde-repr", "repository": "https://github.com/dtolnay/serde-repr",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2656,7 +2629,7 @@
}, },
{ {
"name": "smallvec", "name": "smallvec",
"version": "1.11.1", "version": "1.11.2",
"authors": "The Servo Project Developers", "authors": "The Servo Project Developers",
"repository": "https://github.com/servo/rust-smallvec", "repository": "https://github.com/servo/rust-smallvec",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2773,7 +2746,7 @@
}, },
{ {
"name": "syn", "name": "syn",
"version": "2.0.38", "version": "2.0.39",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn", "repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2809,7 +2782,7 @@
}, },
{ {
"name": "tempfile", "name": "tempfile",
"version": "3.8.0", "version": "3.8.1",
"authors": "Steven Allen <steven@stebalien.com>|The Rust Project Developers|Ashley Mannix <ashleymannix@live.com.au>|Jason White <me@jasonwhite.io>", "authors": "Steven Allen <steven@stebalien.com>|The Rust Project Developers|Ashley Mannix <ashleymannix@live.com.au>|Jason White <me@jasonwhite.io>",
"repository": "https://github.com/Stebalien/tempfile", "repository": "https://github.com/Stebalien/tempfile",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2890,7 +2863,7 @@
}, },
{ {
"name": "tinystr", "name": "tinystr",
"version": "0.7.4", "version": "0.7.5",
"authors": "The ICU4X Project Developers", "authors": "The ICU4X Project Developers",
"repository": "https://github.com/unicode-org/icu4x", "repository": "https://github.com/unicode-org/icu4x",
"license": null, "license": null,
@ -2917,7 +2890,7 @@
}, },
{ {
"name": "tokio", "name": "tokio",
"version": "1.33.0", "version": "1.34.0",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio", "repository": "https://github.com/tokio-rs/tokio",
"license": "MIT", "license": "MIT",
@ -2926,7 +2899,7 @@
}, },
{ {
"name": "tokio-macros", "name": "tokio-macros",
"version": "2.1.0", "version": "2.2.0",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio", "repository": "https://github.com/tokio-rs/tokio",
"license": "MIT", "license": "MIT",
@ -2962,7 +2935,7 @@
}, },
{ {
"name": "tokio-util", "name": "tokio-util",
"version": "0.7.9", "version": "0.7.10",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio", "repository": "https://github.com/tokio-rs/tokio",
"license": "MIT", "license": "MIT",
@ -2980,7 +2953,7 @@
}, },
{ {
"name": "toml_edit", "name": "toml_edit",
"version": "0.19.15", "version": "0.20.7",
"authors": "Andronik Ordian <write@reusable.software>|Ed Page <eopage@gmail.com>", "authors": "Andronik Ordian <write@reusable.software>|Ed Page <eopage@gmail.com>",
"repository": "https://github.com/toml-rs/toml", "repository": "https://github.com/toml-rs/toml",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3034,7 +3007,7 @@
}, },
{ {
"name": "tracing-appender", "name": "tracing-appender",
"version": "0.2.2", "version": "0.2.3",
"authors": "Zeki Sherif <zekshi@amazon.com>|Tokio Contributors <team@tokio.rs>", "authors": "Zeki Sherif <zekshi@amazon.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing", "repository": "https://github.com/tokio-rs/tracing",
"license": "MIT", "license": "MIT",
@ -3061,7 +3034,7 @@
}, },
{ {
"name": "tracing-log", "name": "tracing-log",
"version": "0.1.4", "version": "0.2.0",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing", "repository": "https://github.com/tokio-rs/tracing",
"license": "MIT", "license": "MIT",
@ -3070,7 +3043,7 @@
}, },
{ {
"name": "tracing-subscriber", "name": "tracing-subscriber",
"version": "0.3.17", "version": "0.3.18",
"authors": "Eliza Weisman <eliza@buoyant.io>|David Barsky <me@davidbarsky.com>|Tokio Contributors <team@tokio.rs>", "authors": "Eliza Weisman <eliza@buoyant.io>|David Barsky <me@davidbarsky.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing", "repository": "https://github.com/tokio-rs/tracing",
"license": "MIT", "license": "MIT",
@ -3250,7 +3223,7 @@
}, },
{ {
"name": "url", "name": "url",
"version": "2.4.1", "version": "2.5.0",
"authors": "The rust-url developers", "authors": "The rust-url developers",
"repository": "https://github.com/servo/rust-url", "repository": "https://github.com/servo/rust-url",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3277,7 +3250,7 @@
}, },
{ {
"name": "uuid", "name": "uuid",
"version": "1.5.0", "version": "1.6.1",
"authors": "Ashley Mannix<ashleymannix@live.com.au>|Christopher Armstrong|Dylan DPC<dylan.dpc@gmail.com>|Hunar Roop Kahlon<hunar.roop@gmail.com>", "authors": "Ashley Mannix<ashleymannix@live.com.au>|Christopher Armstrong|Dylan DPC<dylan.dpc@gmail.com>|Hunar Roop Kahlon<hunar.roop@gmail.com>",
"repository": "https://github.com/uuid-rs/uuid", "repository": "https://github.com/uuid-rs/uuid",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3358,7 +3331,7 @@
}, },
{ {
"name": "wasm-bindgen", "name": "wasm-bindgen",
"version": "0.2.87", "version": "0.2.88",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen", "repository": "https://github.com/rustwasm/wasm-bindgen",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3367,7 +3340,7 @@
}, },
{ {
"name": "wasm-bindgen-backend", "name": "wasm-bindgen-backend",
"version": "0.2.87", "version": "0.2.88",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3376,7 +3349,7 @@
}, },
{ {
"name": "wasm-bindgen-futures", "name": "wasm-bindgen-futures",
"version": "0.4.37", "version": "0.4.38",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3385,7 +3358,7 @@
}, },
{ {
"name": "wasm-bindgen-macro", "name": "wasm-bindgen-macro",
"version": "0.2.87", "version": "0.2.88",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3394,7 +3367,7 @@
}, },
{ {
"name": "wasm-bindgen-macro-support", "name": "wasm-bindgen-macro-support",
"version": "0.2.87", "version": "0.2.88",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3403,7 +3376,7 @@
}, },
{ {
"name": "wasm-bindgen-shared", "name": "wasm-bindgen-shared",
"version": "0.2.87", "version": "0.2.88",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3421,7 +3394,7 @@
}, },
{ {
"name": "web-sys", "name": "web-sys",
"version": "0.3.64", "version": "0.3.65",
"authors": "The wasm-bindgen Developers", "authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3430,7 +3403,7 @@
}, },
{ {
"name": "webpki-roots", "name": "webpki-roots",
"version": "0.25.2", "version": "0.25.3",
"authors": null, "authors": null,
"repository": "https://github.com/rustls/webpki-roots", "repository": "https://github.com/rustls/webpki-roots",
"license": "MPL-2.0", "license": "MPL-2.0",
@ -3484,7 +3457,7 @@
}, },
{ {
"name": "windows", "name": "windows",
"version": "0.51.1", "version": "0.52.0",
"authors": "Microsoft", "authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs", "repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3500,6 +3473,15 @@
"license_file": null, "license_file": null,
"description": "Rust for Windows" "description": "Rust for Windows"
}, },
{
"name": "windows-core",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Rust for Windows"
},
{ {
"name": "windows-sys", "name": "windows-sys",
"version": "0.48.0", "version": "0.48.0",
@ -3518,6 +3500,15 @@
"license_file": null, "license_file": null,
"description": "Import libs for Windows" "description": "Import libs for Windows"
}, },
{
"name": "windows-targets",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import libs for Windows"
},
{ {
"name": "windows_aarch64_gnullvm", "name": "windows_aarch64_gnullvm",
"version": "0.48.5", "version": "0.48.5",
@ -3527,6 +3518,15 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_aarch64_gnullvm",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "windows_aarch64_msvc", "name": "windows_aarch64_msvc",
"version": "0.48.5", "version": "0.48.5",
@ -3536,6 +3536,15 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_aarch64_msvc",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "windows_i686_gnu", "name": "windows_i686_gnu",
"version": "0.48.5", "version": "0.48.5",
@ -3545,6 +3554,15 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_i686_gnu",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "windows_i686_msvc", "name": "windows_i686_msvc",
"version": "0.48.5", "version": "0.48.5",
@ -3554,6 +3572,15 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_i686_msvc",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "windows_x86_64_gnu", "name": "windows_x86_64_gnu",
"version": "0.48.5", "version": "0.48.5",
@ -3563,6 +3590,15 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_x86_64_gnu",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "windows_x86_64_gnullvm", "name": "windows_x86_64_gnullvm",
"version": "0.48.5", "version": "0.48.5",
@ -3572,6 +3608,15 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_x86_64_gnullvm",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "windows_x86_64_msvc", "name": "windows_x86_64_msvc",
"version": "0.48.5", "version": "0.48.5",
@ -3581,9 +3626,18 @@
"license_file": null, "license_file": null,
"description": "Import lib for Windows" "description": "Import lib for Windows"
}, },
{
"name": "windows_x86_64_msvc",
"version": "0.52.0",
"authors": "Microsoft",
"repository": "https://github.com/microsoft/windows-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Import lib for Windows"
},
{ {
"name": "winnow", "name": "winnow",
"version": "0.5.17", "version": "0.5.19",
"authors": null, "authors": null,
"repository": "https://github.com/winnow-rs/winnow", "repository": "https://github.com/winnow-rs/winnow",
"license": "MIT", "license": "MIT",
@ -3601,7 +3655,7 @@
}, },
{ {
"name": "wiremock", "name": "wiremock",
"version": "0.5.19", "version": "0.5.21",
"authors": "Luca Palmieri <rust@lpalmieri.com>", "authors": "Luca Palmieri <rust@lpalmieri.com>",
"repository": "https://github.com/LukeMathWalker/wiremock-rs", "repository": "https://github.com/LukeMathWalker/wiremock-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3610,19 +3664,19 @@
}, },
{ {
"name": "zerocopy", "name": "zerocopy",
"version": "0.7.13", "version": "0.7.26",
"authors": "Joshua Liebow-Feeser <joshlf@google.com>", "authors": "Joshua Liebow-Feeser <joshlf@google.com>",
"repository": "https://github.com/google/zerocopy", "repository": "https://github.com/google/zerocopy",
"license": "BSD-2-Clause", "license": "Apache-2.0 OR BSD-2-Clause OR MIT",
"license_file": null, "license_file": null,
"description": "Utilities for zero-copy parsing and serialization" "description": "Utilities for zero-copy parsing and serialization"
}, },
{ {
"name": "zerocopy-derive", "name": "zerocopy-derive",
"version": "0.7.13", "version": "0.7.26",
"authors": "Joshua Liebow-Feeser <joshlf@google.com>", "authors": "Joshua Liebow-Feeser <joshlf@google.com>",
"repository": "https://github.com/google/zerocopy", "repository": "https://github.com/google/zerocopy",
"license": "BSD-2-Clause", "license": "Apache-2.0 OR BSD-2-Clause OR MIT",
"license_file": null, "license_file": null,
"description": "Custom derive for traits from the zerocopy crate" "description": "Custom derive for traits from the zerocopy crate"
}, },

View file

@ -50,7 +50,7 @@ pub fn transform(args: TransformArgs) -> Result<()> {
} }
if let Some(template_dir) = super::additional_template_folder(&args.lang_folder) { if let Some(template_dir) = super::additional_template_folder(&args.lang_folder) {
// Our templates are also stored in the source tree, and need to be updated too. // Our templates are also stored in the source tree, and need to be updated too.
for ftl in paths_in_dir(&template_dir)? { for ftl in paths_in_dir(template_dir)? {
transform_ftl(&ftl, &regex, &args)?; transform_ftl(&ftl, &regex, &args)?;
} }
} }

View file

@ -106,5 +106,5 @@ zip.workspace = true
zstd.workspace = true zstd.workspace = true
[target.'cfg(windows)'.dependencies.windows] [target.'cfg(windows)'.dependencies.windows]
version = "0.51.1" version = "0.52.0"
features = ["Media_SpeechSynthesis", "Foundation_Collections", "Storage_Streams"] features = ["Media_SpeechSynthesis", "Foundation_Collections", "Storage_Streams"]

View file

@ -51,7 +51,7 @@ impl crate::services::DeckConfigService for Collection {
) -> Result<generic::Json> { ) -> Result<generic::Json> {
let conf = Collection::get_deck_config(self, input.into(), true)?.unwrap(); let conf = Collection::get_deck_config(self, input.into(), true)?.unwrap();
let conf: DeckConfSchema11 = conf.into(); let conf: DeckConfSchema11 = conf.into();
Ok(serde_json::to_vec(&conf)?).map(Into::into) Ok(serde_json::to_vec(&conf)?.into())
} }
fn new_deck_config_legacy(&mut self) -> Result<generic::Json> { fn new_deck_config_legacy(&mut self) -> Result<generic::Json> {

View file

@ -111,7 +111,7 @@ impl crate::services::NotetypesService for Collection {
let schema11: NotetypeSchema11 = let schema11: NotetypeSchema11 =
self.storage.get_notetype(ntid)?.or_not_found(ntid)?.into(); self.storage.get_notetype(ntid)?.or_not_found(ntid)?.into();
Ok(serde_json::to_vec(&schema11)?).map(Into::into) Ok(serde_json::to_vec(&schema11)?.into())
} }
fn get_notetype_names(&mut self) -> error::Result<anki_proto::notetypes::NotetypeNames> { fn get_notetype_names(&mut self) -> error::Result<anki_proto::notetypes::NotetypeNames> {

View file

@ -122,7 +122,7 @@ impl crate::services::SearchService for Collection {
fn set_active_browser_columns(&mut self, input: generic::StringList) -> Result<()> { fn set_active_browser_columns(&mut self, input: generic::StringList) -> Result<()> {
self.state.active_browser_columns = Some(Arc::new(string_list_to_browser_columns(input))); self.state.active_browser_columns = Some(Arc::new(string_list_to_browser_columns(input)));
Ok(()).map(Into::into) Ok(())
} }
fn browser_row_for_id( fn browser_row_for_id(

View file

@ -1,3 +1,3 @@
[toolchain] [toolchain]
# older versions may fail to compile; newer versions may fail the clippy tests # older versions may fail to compile; newer versions may fail the clippy tests
channel = "1.73" channel = "1.74"