Update fsrs and Rust deps

This commit is contained in:
Damien Elmes 2023-10-25 09:28:10 +10:00
parent 22736238c1
commit 1c08a97fb2
3 changed files with 489 additions and 419 deletions

644
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@ rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
[workspace.dependencies.fsrs]
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
rev = "19e7af401496d4e5e8dc3ce35528a95f38b6313d"
rev = "ce6a9112a567ff60fb862d393618a3b0a1b20017"
# path = "../../../fsrs-rs"
[workspace.dependencies]
@ -56,9 +56,9 @@ unicase = "=2.6.0" # any changes could invalidate sqlite indexes
ammonia = "3.3.0"
anyhow = "1.0.75"
apple-bundles = "0.17.0"
async-compression = { version = "0.4.3", features = ["zstd", "tokio"] }
async-compression = { version = "0.4.4", features = ["zstd", "tokio"] }
async-stream = "0.3.5"
async-trait = "0.1.73"
async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["multipart", "macros", "headers"] }
axum-client-ip = "0.4.2"
blake3 = "1.5.0"
@ -66,13 +66,13 @@ bytes = "1.5.0"
camino = "1.1.6"
chrono = { version = "0.4.31", default-features = false, features = ["std", "clock"] }
clap = { version = "4.3.24", features = ["derive"] }
coarsetime = "0.1.28"
coarsetime = "0.1.29"
convert_case = "0.6.0"
criterion = { version = "0.5.1" }
csv = "1.3.0"
data-encoding = "2.4.0"
difflib = "0.4.0"
flate2 = "1.0.27"
flate2 = "1.0.28"
fluent = "0.16.0"
fluent-bundle = "0.15.2"
fluent-syntax = "0.11.0"
@ -97,20 +97,20 @@ num_enum = "0.7.0"
once_cell = "1.18.0"
phf = { version = "0.11.2", features = ["macros"] }
pin-project = "1.1.3"
plist = "1.5.0"
plist = "1.5.1"
prettyplease = "0.2.15"
prost = "0.12.1"
prost-build = "0.12.1"
prost-reflect = "0.12.0"
prost-types = "0.12.1"
pulldown-cmark = "0.9.3"
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3", "abi3-py39"] }
pyo3 = { version = "0.20.0", features = ["extension-module", "abi3", "abi3-py39"] }
rand = "0.8.5"
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = ["json", "socks", "stream", "multipart"] }
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["json", "socks", "stream", "multipart"] }
rusqlite = { version = "0.29.0", features = ["trace", "functions", "collation", "bundled"] }
scopeguard = "1.2.0"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde-aux = "4.2.0"
serde_json = "1.0.107"
serde_repr = "0.1.16"
@ -120,14 +120,14 @@ sha2 = { version = "0.10.8" }
simple-file-manifest = "0.11.0"
snafu = { version = "0.7.5", features = ["backtraces", "rust_1_61"] }
strum = { version = "0.25.0", features = ["derive"] }
syn = { version = "2.0.37", features = ["parsing", "printing"] }
syn = { version = "2.0.38", features = ["parsing", "printing"] }
tar = "0.4.40"
tempfile = "3.8.0"
termcolor = "1.3.0"
tokio = { version = "1.32", features = ["fs", "rt-multi-thread", "macros", "signal"] }
tokio = { version = "1.33", features = ["fs", "rt-multi-thread", "macros", "signal"] }
tokio-util = { version = "0.7.9", features = ["io"] }
tower-http = { version = "0.4.4", features = ["trace"] }
tracing = { version = "0.1.37", 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-subscriber = { version = "0.3.17", features = ["fmt", "env-filter"] }
tugger-windows-codesign = "0.10.0"
@ -136,11 +136,11 @@ unic-ucd-category = "0.9.0"
unicode-normalization = "0.1.22"
utime = "0.3.1"
walkdir = "2.4.0"
which = "4.4.2"
which = "5.0.0"
wiremock = "0.5.19"
xz2 = "0.1.7"
zip = { version = "0.6.6", default-features = false, features = ["deflate", "time"] }
zstd = { version = "0.12.4", features = ["zstdmt"] }
zstd = { version = "0.13.0", features = ["zstdmt"] }
envy = "0.4.2"
dirs = "5.0.1"

View File

@ -19,7 +19,7 @@
},
{
"name": "ahash",
"version": "0.8.3",
"version": "0.8.5",
"authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
"repository": "https://github.com/tkaitchuck/ahash",
"license": "Apache-2.0 OR MIT",
@ -28,7 +28,7 @@
},
{
"name": "aho-corasick",
"version": "1.1.1",
"version": "1.1.2",
"authors": "Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/BurntSushi/aho-corasick",
"license": "MIT OR Unlicense",
@ -163,7 +163,7 @@
},
{
"name": "async-compression",
"version": "0.4.3",
"version": "0.4.4",
"authors": "Wim Looman <wim@nemo157.com>|Allen Bui <fairingrey@gmail.com>",
"repository": "https://github.com/Nullus157/async-compression",
"license": "Apache-2.0 OR MIT",
@ -190,7 +190,7 @@
},
{
"name": "async-trait",
"version": "0.1.73",
"version": "0.1.74",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/async-trait",
"license": "Apache-2.0 OR MIT",
@ -262,7 +262,7 @@
},
{
"name": "base64",
"version": "0.21.4",
"version": "0.21.5",
"authors": "Alice Maz <alice@alicemaz.com>|Marshall Pierce <marshall@mpierce.org>",
"repository": "https://github.com/marshallpierce/rust-base64",
"license": "Apache-2.0 OR MIT",
@ -289,7 +289,7 @@
},
{
"name": "bitflags",
"version": "2.4.0",
"version": "2.4.1",
"authors": "The Rust Project Developers",
"repository": "https://github.com/bitflags/bitflags",
"license": "Apache-2.0 OR MIT",
@ -415,7 +415,7 @@
},
{
"name": "byteorder",
"version": "1.4.3",
"version": "1.5.0",
"authors": "Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/BurntSushi/byteorder",
"license": "MIT OR Unlicense",
@ -469,7 +469,7 @@
},
{
"name": "coarsetime",
"version": "0.1.28",
"version": "0.1.29",
"authors": "Frank Denis <github@pureftpd.org>",
"repository": "https://github.com/jedisct1/rust-coarsetime",
"license": "ISC",
@ -487,7 +487,7 @@
},
{
"name": "const-random",
"version": "0.1.15",
"version": "0.1.16",
"authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
"repository": "https://github.com/tkaitchuck/constrandom",
"license": "Apache-2.0 OR MIT",
@ -496,7 +496,7 @@
},
{
"name": "const-random-macro",
"version": "0.1.15",
"version": "0.1.16",
"authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
"repository": "https://github.com/tkaitchuck/constrandom",
"license": "Apache-2.0 OR MIT",
@ -541,12 +541,12 @@
},
{
"name": "cpufeatures",
"version": "0.2.9",
"version": "0.2.10",
"authors": "RustCrypto Developers",
"repository": "https://github.com/RustCrypto/utils",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with no_std support and support for mobile targets including Android and iOS"
"description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS"
},
{
"name": "crc32fast",
@ -658,7 +658,7 @@
},
{
"name": "deranged",
"version": "0.3.8",
"version": "0.3.9",
"authors": "Jacob Pratt <jacob@jhpratt.dev>",
"repository": "https://github.com/jhpratt/deranged",
"license": "Apache-2.0 OR MIT",
@ -766,22 +766,13 @@
},
{
"name": "errno",
"version": "0.3.3",
"version": "0.3.5",
"authors": "Chris Wong <lambda.fairy@gmail.com>",
"repository": "https://github.com/lambda-fairy/rust-errno",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Cross-platform interface to the `errno` variable."
},
{
"name": "errno-dragonfly",
"version": "0.1.2",
"authors": "Michael Neumann <mneumann@ntecs.de>",
"repository": "https://github.com/mneumann/errno-dragonfly-rs",
"license": "MIT",
"license_file": null,
"description": "Exposes errno functionality to stable Rust on DragonFlyBSD"
},
{
"name": "event-listener",
"version": "2.5.3",
@ -838,7 +829,7 @@
},
{
"name": "flate2",
"version": "1.0.27",
"version": "1.0.28",
"authors": "Alex Crichton <alex@alexcrichton.com>|Josh Triplett <josh@joshtriplett.org>",
"repository": "https://github.com/rust-lang/flate2-rs",
"license": "Apache-2.0 OR MIT",
@ -1117,7 +1108,7 @@
},
{
"name": "hashbrown",
"version": "0.14.0",
"version": "0.14.2",
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/rust-lang/hashbrown",
"license": "Apache-2.0 OR MIT",
@ -1288,7 +1279,7 @@
},
{
"name": "iana-time-zone",
"version": "0.1.57",
"version": "0.1.58",
"authors": "Andrew Straw <strawman@astraw.com>|René Kijewski <rene.kijewski@fu-berlin.de>|Ryan Lopopolo <rjl@hyperbo.la>",
"repository": "https://github.com/strawlab/iana-time-zone",
"license": "Apache-2.0 OR MIT",
@ -1333,7 +1324,7 @@
},
{
"name": "indexmap",
"version": "2.0.1",
"version": "2.0.2",
"authors": null,
"repository": "https://github.com/bluss/indexmap",
"license": "Apache-2.0 OR MIT",
@ -1387,13 +1378,22 @@
},
{
"name": "ipnet",
"version": "2.8.0",
"version": "2.9.0",
"authors": "Kris Price <kris@krisprice.nz>",
"repository": "https://github.com/krisprice/ipnet",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain."
},
{
"name": "itertools",
"version": "0.10.5",
"authors": "bluss",
"repository": "https://github.com/rust-itertools/itertools",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Extra iterator adaptors, iterator methods, free functions, and macros."
},
{
"name": "itertools",
"version": "0.11.0",
@ -1414,7 +1414,7 @@
},
{
"name": "jobserver",
"version": "0.1.26",
"version": "0.1.27",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/jobserver-rs",
"license": "Apache-2.0 OR MIT",
@ -1441,7 +1441,7 @@
},
{
"name": "libc",
"version": "0.2.148",
"version": "0.2.149",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT",
@ -1450,7 +1450,7 @@
},
{
"name": "libm",
"version": "0.2.7",
"version": "0.2.8",
"authors": "Jorge Aparicio <jorge@japaric.io>",
"repository": "https://github.com/rust-lang/libm",
"license": "Apache-2.0 OR MIT",
@ -1477,7 +1477,7 @@
},
{
"name": "lock_api",
"version": "0.4.10",
"version": "0.4.11",
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/Amanieu/parking_lot",
"license": "Apache-2.0 OR MIT",
@ -1558,12 +1558,12 @@
},
{
"name": "memchr",
"version": "2.6.3",
"version": "2.6.4",
"authors": "Andrew Gallant <jamslam@gmail.com>|bluss",
"repository": "https://github.com/BurntSushi/memchr",
"license": "MIT OR Unlicense",
"license_file": null,
"description": "Safe interface to memchr."
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search."
},
{
"name": "memoffset",
@ -1612,7 +1612,7 @@
},
{
"name": "mio",
"version": "0.8.8",
"version": "0.8.9",
"authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/mio",
"license": "MIT",
@ -1729,7 +1729,7 @@
},
{
"name": "num-traits",
"version": "0.2.16",
"version": "0.2.17",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-num/num-traits",
"license": "Apache-2.0 OR MIT",
@ -1837,7 +1837,7 @@
},
{
"name": "parking",
"version": "2.1.1",
"version": "2.2.0",
"authors": "Stjepan Glavina <stjepang@gmail.com>|The Rust Project Developers",
"repository": "https://github.com/smol-rs/parking",
"license": "Apache-2.0 OR MIT",
@ -1855,7 +1855,7 @@
},
{
"name": "parking_lot_core",
"version": "0.9.8",
"version": "0.9.9",
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/Amanieu/parking_lot",
"license": "Apache-2.0 OR MIT",
@ -2015,6 +2015,15 @@
"license_file": null,
"description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts."
},
{
"name": "powerfmt",
"version": "0.2.0",
"authors": "Jacob Pratt <jacob@jhpratt.dev>",
"repository": "https://github.com/jhpratt/powerfmt",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "`powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations."
},
{
"name": "ppv-lite86",
"version": "0.2.17",
@ -2062,7 +2071,7 @@
},
{
"name": "proc-macro2",
"version": "1.0.67",
"version": "1.0.69",
"authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/dtolnay/proc-macro2",
"license": "Apache-2.0 OR MIT",
@ -2249,6 +2258,15 @@
"license_file": null,
"description": "A Rust library to access raw Redox system calls"
},
{
"name": "redox_syscall",
"version": "0.4.1",
"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_users",
"version": "0.4.3",
@ -2260,7 +2278,7 @@
},
{
"name": "regex",
"version": "1.9.5",
"version": "1.10.2",
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/rust-lang/regex",
"license": "Apache-2.0 OR MIT",
@ -2278,7 +2296,7 @@
},
{
"name": "regex-automata",
"version": "0.3.8",
"version": "0.4.3",
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/rust-lang/regex/tree/master/regex-automata",
"license": "Apache-2.0 OR MIT",
@ -2296,7 +2314,7 @@
},
{
"name": "regex-syntax",
"version": "0.7.5",
"version": "0.8.2",
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
"license": "Apache-2.0 OR MIT",
@ -2305,7 +2323,7 @@
},
{
"name": "reqwest",
"version": "0.11.20",
"version": "0.11.22",
"authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/seanmonstar/reqwest",
"license": "Apache-2.0 OR MIT",
@ -2323,7 +2341,7 @@
},
{
"name": "ring",
"version": "0.16.20",
"version": "0.17.5",
"authors": "Brian Smith <brian@briansmith.org>",
"repository": "https://github.com/briansmith/ring",
"license": null,
@ -2377,7 +2395,7 @@
},
{
"name": "rustix",
"version": "0.38.19",
"version": "0.38.20",
"authors": "Dan Gohman <dev@sunfishcode.online>|Jakub Konka <kubkon@jakubkonka.com>",
"repository": "https://github.com/bytecodealliance/rustix",
"license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
@ -2386,7 +2404,7 @@
},
{
"name": "rustls",
"version": "0.21.7",
"version": "0.21.8",
"authors": null,
"repository": "https://github.com/rustls/rustls",
"license": "Apache-2.0 OR ISC OR MIT",
@ -2413,7 +2431,7 @@
},
{
"name": "rustls-webpki",
"version": "0.101.6",
"version": "0.101.7",
"authors": null,
"repository": "https://github.com/rustls/webpki",
"license": "ISC",
@ -2476,9 +2494,9 @@
},
{
"name": "sct",
"version": "0.7.0",
"version": "0.7.1",
"authors": "Joseph Birr-Pixton <jpixton@gmail.com>",
"repository": "https://github.com/ctz/sct.rs",
"repository": "https://github.com/rustls/sct.rs",
"license": "Apache-2.0 OR ISC OR MIT",
"license_file": null,
"description": "Certificate transparency SCT verification library"
@ -2512,7 +2530,7 @@
},
{
"name": "serde",
"version": "1.0.188",
"version": "1.0.189",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT",
@ -2530,7 +2548,7 @@
},
{
"name": "serde_derive",
"version": "1.0.188",
"version": "1.0.189",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT",
@ -2611,7 +2629,7 @@
},
{
"name": "sharded-slab",
"version": "0.1.6",
"version": "0.1.7",
"authors": "Eliza Weisman <eliza@buoyant.io>",
"repository": "https://github.com/hawkw/sharded-slab",
"license": "MIT",
@ -2683,7 +2701,7 @@
},
{
"name": "socket2",
"version": "0.4.9",
"version": "0.4.10",
"authors": "Alex Crichton <alex@alexcrichton.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"repository": "https://github.com/rust-lang/socket2",
"license": "Apache-2.0 OR MIT",
@ -2692,22 +2710,13 @@
},
{
"name": "socket2",
"version": "0.5.4",
"version": "0.5.5",
"authors": "Alex Crichton <alex@alexcrichton.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"repository": "https://github.com/rust-lang/socket2",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended."
},
{
"name": "spin",
"version": "0.5.2",
"authors": "Mathijs van de Nes <git@mathijs.vd-nes.nl>|John Ericson <git@JohnEricson.me>",
"repository": "https://github.com/mvdnes/spin-rs.git",
"license": "MIT",
"license_file": null,
"description": "Synchronization primitives based on spinning. They may contain data, are usable without `std`, and static initializers are available."
},
{
"name": "spin",
"version": "0.9.8",
@ -2735,15 +2744,6 @@
"license_file": null,
"description": "A codegen library for string-cache, developed as part of the Servo project."
},
{
"name": "strum",
"version": "0.24.1",
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"repository": "https://github.com/Peternator7/strum",
"license": "MIT",
"license_file": null,
"description": "Helpful macros for working with enums and strings"
},
{
"name": "strum",
"version": "0.25.0",
@ -2755,16 +2755,7 @@
},
{
"name": "strum_macros",
"version": "0.24.3",
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"repository": "https://github.com/Peternator7/strum",
"license": "MIT",
"license_file": null,
"description": "Helpful macros for working with enums and strings"
},
{
"name": "strum_macros",
"version": "0.25.2",
"version": "0.25.3",
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"repository": "https://github.com/Peternator7/strum",
"license": "MIT",
@ -2791,7 +2782,7 @@
},
{
"name": "syn",
"version": "2.0.37",
"version": "2.0.38",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT",
@ -2807,6 +2798,24 @@
"license_file": null,
"description": "A tool for enlisting the compilers help in proving the absence of concurrency"
},
{
"name": "system-configuration",
"version": "0.5.1",
"authors": "Mullvad VPN",
"repository": "https://github.com/mullvad/system-configuration-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Bindings to SystemConfiguration framework for macOS"
},
{
"name": "system-configuration-sys",
"version": "0.5.0",
"authors": "Mullvad VPN",
"repository": "https://github.com/mullvad/system-configuration-rs",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Low level bindings to SystemConfiguration framework for macOS"
},
{
"name": "tempfile",
"version": "3.8.0",
@ -2827,7 +2836,7 @@
},
{
"name": "thiserror",
"version": "1.0.49",
"version": "1.0.50",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT",
@ -2836,7 +2845,7 @@
},
{
"name": "thiserror-impl",
"version": "1.0.49",
"version": "1.0.50",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT",
@ -2863,7 +2872,7 @@
},
{
"name": "time",
"version": "0.3.29",
"version": "0.3.30",
"authors": "Jacob Pratt <open-source@jhpratt.dev>|Time contributors",
"repository": "https://github.com/time-rs/time",
"license": "Apache-2.0 OR MIT",
@ -2899,7 +2908,7 @@
},
{
"name": "tinystr",
"version": "0.7.3",
"version": "0.7.4",
"authors": "The ICU4X Project Developers",
"repository": "https://github.com/unicode-org/icu4x",
"license": null,
@ -2926,7 +2935,7 @@
},
{
"name": "tokio",
"version": "1.32.0",
"version": "1.33.0",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio",
"license": "MIT",
@ -2980,7 +2989,7 @@
},
{
"name": "toml_datetime",
"version": "0.6.3",
"version": "0.6.5",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/toml-rs/toml",
"license": "Apache-2.0 OR MIT",
@ -3034,7 +3043,7 @@
},
{
"name": "tracing",
"version": "0.1.37",
"version": "0.1.40",
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing",
"license": "MIT",
@ -3052,7 +3061,7 @@
},
{
"name": "tracing-attributes",
"version": "0.1.26",
"version": "0.1.27",
"authors": "Tokio Contributors <team@tokio.rs>|Eliza Weisman <eliza@buoyant.io>|David Barsky <dbarsky@amazon.com>",
"repository": "https://github.com/tokio-rs/tracing",
"license": "MIT",
@ -3061,7 +3070,7 @@
},
{
"name": "tracing-core",
"version": "0.1.31",
"version": "0.1.32",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing",
"license": "MIT",
@ -3070,7 +3079,7 @@
},
{
"name": "tracing-log",
"version": "0.1.3",
"version": "0.1.4",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing",
"license": "MIT",
@ -3250,7 +3259,7 @@
},
{
"name": "untrusted",
"version": "0.7.1",
"version": "0.9.0",
"authors": "Brian Smith <brian@briansmith.org>",
"repository": "https://github.com/briansmith/untrusted",
"license": "ISC",
@ -3286,7 +3295,7 @@
},
{
"name": "uuid",
"version": "1.4.1",
"version": "1.5.0",
"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",
"license": "Apache-2.0 OR MIT",
@ -3491,15 +3500,6 @@
"license_file": null,
"description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead."
},
{
"name": "windows",
"version": "0.48.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",
"version": "0.51.1",
@ -3601,7 +3601,7 @@
},
{
"name": "winnow",
"version": "0.5.15",
"version": "0.5.17",
"authors": null,
"repository": "https://github.com/winnow-rs/winnow",
"license": "MIT",
@ -3626,6 +3626,24 @@
"license_file": null,
"description": "HTTP mocking to test Rust applications."
},
{
"name": "zerocopy",
"version": "0.7.13",
"authors": "Joshua Liebow-Feeser <joshlf@google.com>",
"repository": "https://github.com/google/zerocopy",
"license": "BSD-2-Clause",
"license_file": null,
"description": "Utilities for zero-copy parsing and serialization"
},
{
"name": "zerocopy-derive",
"version": "0.7.13",
"authors": "Joshua Liebow-Feeser <joshlf@google.com>",
"repository": "https://github.com/google/zerocopy",
"license": "BSD-2-Clause",
"license_file": null,
"description": "Custom derive for traits from the zerocopy crate"
},
{
"name": "zip",
"version": "0.6.6",
@ -3637,7 +3655,7 @@
},
{
"name": "zstd",
"version": "0.12.4",
"version": "0.13.0",
"authors": "Alexandre Bury <alexandre.bury@gmail.com>",
"repository": "https://github.com/gyscos/zstd-rs",
"license": "MIT",
@ -3646,7 +3664,7 @@
},
{
"name": "zstd-safe",
"version": "6.0.6",
"version": "7.0.0",
"authors": "Alexandre Bury <alexandre.bury@gmail.com>",
"repository": "https://github.com/gyscos/zstd-rs",
"license": "Apache-2.0 OR MIT",
@ -3655,7 +3673,7 @@
},
{
"name": "zstd-sys",
"version": "2.0.8+zstd.1.5.5",
"version": "2.0.9+zstd.1.5.5",
"authors": "Alexandre Bury <alexandre.bury@gmail.com>",
"repository": "https://github.com/gyscos/zstd-rs",
"license": "Apache-2.0 OR MIT",