nostr-rs-relay/Cargo.lock

2726 lines
66 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
2022-09-28 08:19:59 -04:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anyhow"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "async-stream"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-trait"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "autocfg"
2022-02-12 15:10:03 -05:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-12 15:10:03 -05:00
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
[[package]]
name = "autocfg"
2022-02-12 15:10:03 -05:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-12 15:10:03 -05:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "1304eab461cf02bd70b083ed8273388f9724c549b316ba3d1e213ce0e9e7fb7e"
dependencies = [
"async-trait",
"axum-core",
"bitflags",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-http",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "f487e40dc9daee24d8a1779df88522f159a54a980f99cfbe43db0be0bd3444a8"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "base64"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "bitcoin_hashes"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006cc91e1a1d99819bc5b8214be3555c1f0611b169f527a1fdc54ed1f2b745b0"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block-buffer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"generic-array",
]
[[package]]
name = "bumpalo"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
[[package]]
name = "cc"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-09-28 08:19:59 -04:00
[[package]]
name = "chrono"
version = "0.4.23"
2022-09-28 08:19:59 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-09-28 08:19:59 -04:00
dependencies = [
"iana-time-zone",
"num-integer",
"num-traits",
"winapi",
]
[[package]]
name = "clap"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
dependencies = [
"bitflags",
"clap_derive",
"clap_lex",
"is-terminal",
"once_cell",
"strsim",
"termcolor",
]
[[package]]
name = "clap_derive"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "config"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ad70579325f1a38ea4c13412b82241c5900700a69785d73e2736bd65a33f86"
dependencies = [
"async-trait",
"json5",
"lazy_static",
"nom",
"pathdiff",
"ron",
"rust-ini",
"serde",
"serde_json",
"toml",
"yaml-rust",
]
[[package]]
name = "console-api"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e57ff02e8ad8e06ab9731d5dc72dc23bef9200778eae1a89d555d8c42e5d4a86"
dependencies = [
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
name = "console-subscriber"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be"
dependencies = [
"console-api",
"crossbeam-channel",
"crossbeam-utils",
"futures",
"hdrhistogram",
"humantime",
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"tracing-core",
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
"tracing-subscriber 0.3.16",
]
[[package]]
name = "const_format"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "core-foundation"
2022-02-12 15:10:03 -05:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-12 15:10:03 -05:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"generic-array",
"typenum",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "cxx"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.0.86"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.0.86"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.0.86"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "cxxbridge-macro"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.0.86"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "dashmap"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if",
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"hashbrown 0.12.3",
"lock_api",
"once_cell",
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"parking_lot_core",
]
[[package]]
name = "digest"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"block-buffer",
"crypto-common",
]
[[package]]
name = "dlv-list"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
dependencies = [
"rand 0.8.5",
]
[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fastrand"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "futures"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
[[package]]
name = "futures-executor"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
name = "futures-macro"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
[[package]]
name = "futures-task"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
[[package]]
name = "futures-util"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if",
"libc",
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "governor"
2022-02-12 15:10:03 -05:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-12 15:10:03 -05:00
checksum = "19775995ee20209163239355bc3ad2f33f83da35d9ef72dea26e5af753552c87"
dependencies = [
"dashmap",
"futures",
"futures-timer",
"no-std-compat",
"nonzero_ext",
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"parking_lot",
"quanta",
"rand 0.8.5",
"smallvec",
]
[[package]]
name = "h2"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
"ahash 0.4.7",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashlink"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
dependencies = [
"hashbrown 0.11.2",
]
[[package]]
name = "hdrhistogram"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "7.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
dependencies = [
"base64",
"byteorder",
"flate2",
"nom",
"num-traits",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
2022-02-12 15:10:03 -05:00
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "http-range-header"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-02-12 15:10:03 -05:00
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
2022-09-28 08:19:59 -04:00
[[package]]
name = "iana-time-zone"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.1.53"
2022-09-28 08:19:59 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2022-09-28 08:19:59 -04:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
"iana-time-zone-haiku",
2022-09-28 08:19:59 -04:00
"js-sys",
"wasm-bindgen",
"winapi",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"hashbrown 0.12.3",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "io-lifetimes"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
dependencies = [
"libc",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
]
[[package]]
name = "is-terminal"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
]
[[package]]
name = "itertools"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-01-25 21:55:29 -05:00
[[package]]
name = "itoa"
version = "1.0.5"
2022-01-25 21:55:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-01-25 21:55:29 -05:00
[[package]]
name = "js-sys"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json5"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
dependencies = [
"pest",
"pest_derive",
"serde",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
[[package]]
name = "libsqlite3-sys"
2021-12-11 17:58:18 -05:00
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-11 17:58:18 -05:00
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
dependencies = [
"cc",
]
[[package]]
name = "linked-hash-map"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "lock_api"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg 1.1.0",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
2022-09-28 08:19:59 -04:00
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "matchit"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "mio"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
]
[[package]]
name = "native-tls"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
[[package]]
name = "nom"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nonzero_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "nostr-rs-relay"
2023-01-15 16:48:39 -05:00
version = "0.7.17"
dependencies = [
"anyhow",
"bitcoin_hashes",
"clap",
"config",
"console-subscriber",
"const_format",
"futures",
"futures-util",
"governor",
"hex",
"http",
"hyper",
"hyper-tls",
"lazy_static",
"nonzero_ext",
"parse_duration",
"r2d2",
"r2d2_sqlite",
"rand 0.8.5",
"regex",
"rusqlite",
"secp256k1",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio-tungstenite",
2022-09-28 08:19:59 -04:00
"tracing",
"tracing-subscriber 0.2.25",
"tungstenite",
"uuid",
]
[[package]]
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
]
[[package]]
name = "num_cpus"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "openssl"
version = "0.10.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 1.1.0",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "ordered-multimap"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
dependencies = [
"dlv-list",
"hashbrown 0.9.1",
]
[[package]]
name = "os_str_bytes"
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-02-12 15:10:03 -05:00
[[package]]
name = "parking_lot"
version = "0.12.1"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-12 15:10:03 -05:00
dependencies = [
"lock_api",
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"parking_lot_core",
]
2022-02-12 15:10:03 -05:00
[[package]]
name = "parking_lot_core"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.9.6"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
2022-02-12 15:10:03 -05:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
2022-02-12 15:10:03 -05:00
]
[[package]]
name = "parse_duration"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7037e5e93e0172a5a96874380bf73bc6ecef022e26fa25f2be26864d6b3ba95d"
dependencies = [
"lazy_static",
"num",
"regex",
]
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pest"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "241cda393b0cdd65e62e07e12454f1f25d57017dcc514b1514cd3c4645e3a0a6"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "46b53634d8c8196302953c74d5352f33d0c512a9499bd2ce468fc9f4128fa27c"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "0ef4f1332a8d4678b41966bb4cc1d0676880e84183a1ecc3f4b69f03e99c7a51"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"once_cell",
"pest",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"sha2",
]
[[package]]
name = "pin-project"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "ppv-lite86"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
dependencies = [
"unicode-ident",
]
[[package]]
name = "prost"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"
dependencies = [
"bytes",
"prost",
]
[[package]]
name = "quanta"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8"
dependencies = [
"crossbeam-utils",
"libc",
"mach",
"once_cell",
"raw-cpuid",
"wasi 0.10.2+wasi-snapshot-preview1",
"web-sys",
"winapi",
]
[[package]]
name = "quote"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]
[[package]]
name = "r2d2"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
dependencies = [
"log",
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"parking_lot",
"scheduled-thread-pool",
]
[[package]]
name = "r2d2_sqlite"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ca3c9468a76fc2ad724c486a59682fc362efeac7b18d1c012958bc19f34800"
dependencies = [
"r2d2",
"rusqlite",
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 0.1.8",
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 0.1.8",
"rand_core 0.3.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
"rand_core 0.6.4",
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
"libc",
"rand_core 0.4.2",
"winapi",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi",
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
2022-02-12 15:10:03 -05:00
"autocfg 0.1.8",
"rand_core 0.4.2",
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "raw-cpuid"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "10.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb"
dependencies = [
"bitflags",
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
[[package]]
name = "ron"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
dependencies = [
"base64",
"bitflags",
"serde",
]
[[package]]
name = "rusqlite"
2021-12-11 17:58:18 -05:00
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-11 17:58:18 -05:00
checksum = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7"
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"memchr",
"smallvec",
]
[[package]]
name = "rust-ini"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
dependencies = [
"cfg-if",
"ordered-multimap",
]
[[package]]
name = "rustix"
version = "0.36.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
]
[[package]]
name = "rustversion"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
[[package]]
name = "ryu"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
[[package]]
name = "schannel"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
]
[[package]]
name = "scheduled-thread-pool"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"parking_lot",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "scratch"
version = "1.0.3"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "secp256k1"
version = "0.21.3"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"
dependencies = [
"bitcoin_hashes",
"rand 0.6.5",
"secp256k1-sys",
"serde",
]
[[package]]
name = "secp256k1-sys"
2022-02-12 15:10:03 -05:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"
dependencies = [
"cc",
]
[[package]]
name = "security-framework"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
dependencies = [
"indexmap",
2022-02-12 15:10:03 -05:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha-1"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
"cfg-if",
"cpufeatures",
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"digest",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
name = "sha2"
version = "0.10.6"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "slab"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg 1.1.0",
]
[[package]]
name = "smallvec"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "socket2"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "termcolor"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.2.0"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "1.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"autocfg 1.1.0",
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"tracing",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows-sys",
]
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-stream"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
[[package]]
name = "tokio-util"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
dependencies = [
"serde",
]
[[package]]
name = "tonic"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
dependencies = [
"async-stream",
"async-trait",
"axum",
"base64",
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"prost-derive",
"tokio",
"tokio-stream",
"tokio-util",
"tower",
"tower-layer",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
"pin-project-lite",
"rand 0.8.5",
"slab",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
improvement: upgrade multiple dependencies Updating async-trait v0.1.53 -> v0.1.56 Updating bumpalo v3.9.1 -> v3.10.0 Updating crossbeam-utils v0.8.8 -> v0.8.10 Updating crypto-common v0.1.3 -> v0.1.4 Updating getrandom v0.2.6 -> v0.2.7 Updating http v0.2.7 -> v0.2.8 Updating indexmap v1.8.2 -> v1.9.1 Updating js-sys v0.3.57 -> v0.3.58 Updating linked-hash-map v0.5.4 -> v0.5.6 Updating mio v0.8.3 -> v0.8.4 Updating once_cell v1.12.0 -> v1.12.1 Updating openssl-sys v0.9.73 -> v0.9.74 Removing parking_lot v0.11.2 Removing parking_lot_core v0.8.5 Updating proc-macro2 v1.0.39 -> v1.0.40 Updating quote v1.0.18 -> v1.0.20 Updating r2d2 v0.8.9 -> v0.8.10 Updating ron v0.7.0 -> v0.7.1 Updating serde v1.0.137 -> v1.0.138 Updating serde_derive v1.0.137 -> v1.0.138 Updating serde_json v1.0.81 -> v1.0.82 Updating smallvec v1.8.0 -> v1.9.0 Updating syn v1.0.95 -> v1.0.98 Updating tokio v1.18.2 -> v1.19.2 Updating tokio-macros v1.7.0 -> v1.8.0 Updating tokio-util v0.7.2 -> v0.7.3 Updating tower-service v0.3.1 -> v0.3.2 Updating tracing v0.1.34 -> v0.1.35 Removing tracing-attributes v0.1.21 Updating tracing-core v0.1.26 -> v0.1.28 Updating unicode-ident v1.0.0 -> v1.0.1 Updating unicode-normalization v0.1.19 -> v0.1.21 Updating wasm-bindgen v0.2.80 -> v0.2.81 Updating wasm-bindgen-backend v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro v0.2.80 -> v0.2.81 Updating wasm-bindgen-macro-support v0.2.80 -> v0.2.81 Updating wasm-bindgen-shared v0.2.80 -> v0.2.81 Updating web-sys v0.3.57 -> v0.3.58
2022-07-04 13:56:10 -04:00
"once_cell",
"valuable",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
2022-09-28 08:19:59 -04:00
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
dependencies = [
"ansi_term",
"chrono",
"lazy_static",
"matchers 0.0.1",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "tracing-subscriber"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
2022-09-28 08:19:59 -04:00
"matchers 0.1.0",
"once_cell",
"regex",
"sharded-slab",
"thread_local",
"tracing",
"tracing-core",
]
[[package]]
name = "try-lock"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tungstenite"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
dependencies = [
"base64",
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand 0.8.5",
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"sha-1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "ucd-trie"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[package]]
name = "unicode-normalization"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
dependencies = [
"getrandom",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2022-01-25 21:55:29 -05:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 21:55:29 -05:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
improvement: upgrade multiple dependencies Updating async-trait v0.1.56 -> v0.1.57 Removing block-buffer v0.7.3 Removing block-padding v0.1.5 Updating bumpalo v3.10.0 -> v3.11.0 Removing byte-tools v0.3.1 Updating bytes v1.1.0 -> v1.2.1 Updating cpufeatures v0.2.2 -> v0.2.3 Updating crossbeam-utils v0.8.10 -> v0.8.11 Updating crypto-common v0.1.4 -> v0.1.6 Removing digest v0.8.1 Removing fake-simd v0.1.2 Updating fastrand v1.7.0 -> v1.8.0 Updating futures v0.3.21 -> v0.3.23 Updating futures-channel v0.3.21 -> v0.3.23 Updating futures-core v0.3.21 -> v0.3.23 Updating futures-executor v0.3.21 -> v0.3.23 Updating futures-io v0.3.21 -> v0.3.23 Updating futures-macro v0.3.21 -> v0.3.23 Updating futures-sink v0.3.21 -> v0.3.23 Updating futures-task v0.3.21 -> v0.3.23 Updating futures-util v0.3.21 -> v0.3.23 Removing generic-array v0.12.4 Removing generic-array v0.14.5 Adding generic-array v0.14.6 Updating h2 v0.3.13 -> v0.3.14 Updating hashbrown v0.12.1 -> v0.12.3 Updating hyper v0.14.19 -> v0.14.20 Updating itoa v1.0.2 -> v1.0.3 Updating js-sys v0.3.58 -> v0.3.59 Updating libc v0.2.126 -> v0.2.132 Removing maplit v1.0.2 Updating once_cell v1.12.1 -> v1.13.1 Removing opaque-debug v0.2.3 Updating openssl v0.10.40 -> v0.10.41 Updating openssl-sys v0.9.74 -> v0.9.75 Updating pest v2.1.3 -> v2.2.1 Updating pest_derive v2.1.0 -> v2.2.1 Updating pest_generator v2.1.3 -> v2.2.1 Updating pest_meta v2.1.3 -> v2.2.1 Updating proc-macro2 v1.0.40 -> v1.0.43 Updating quote v1.0.20 -> v1.0.21 Updating raw-cpuid v10.3.0 -> v10.5.0 Updating redox_syscall v0.2.13 -> v0.2.16 Updating regex v1.5.6 -> v1.6.0 Updating regex-syntax v0.6.26 -> v0.6.27 Updating ryu v1.0.10 -> v1.0.11 Updating security-framework v2.6.1 -> v2.7.0 Updating serde v1.0.138 -> v1.0.143 Updating serde_derive v1.0.138 -> v1.0.143 Updating serde_json v1.0.82 -> v1.0.83 Removing sha-1 v0.8.2 Updating slab v0.4.6 -> v0.4.7 Updating syn v1.0.98 -> v1.0.99 Updating thiserror v1.0.31 -> v1.0.32 Updating thiserror-impl v1.0.31 -> v1.0.32 Updating tokio v1.19.2 -> v1.20.1 Updating tokio-tungstenite v0.17.1 -> v0.17.2 Updating tracing v0.1.35 -> v0.1.36 Updating tracing-core v0.1.28 -> v0.1.29 Updating tungstenite v0.17.2 -> v0.17.3 Updating ucd-trie v0.1.3 -> v0.1.4 Updating unicode-ident v1.0.1 -> v1.0.3 Updating wasm-bindgen v0.2.81 -> v0.2.82 Updating wasm-bindgen-backend v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro v0.2.81 -> v0.2.82 Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82 Updating wasm-bindgen-shared v0.2.81 -> v0.2.82 Updating web-sys v0.3.58 -> v0.3.59
2022-08-18 20:21:53 -04:00
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[package]]
name = "web-sys"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
improvement: upgrade multiple dependencies Updating anyhow v1.0.64 -> v1.0.65 Adding codespan-reporting v0.11.1 Updating const_format v0.2.28 -> v0.2.30 Updating const_format_proc_macros v0.2.22 -> v0.2.29 Updating crossbeam-utils v0.8.11 -> v0.8.12 Adding cxx v1.0.79 Adding cxx-build v1.0.79 Adding cxxbridge-flags v1.0.79 Adding cxxbridge-macro v1.0.79 Updating digest v0.10.3 -> v0.10.5 Updating hdrhistogram v7.5.1 -> v7.5.2 Updating iana-time-zone v0.1.50 -> v0.1.51 Adding iana-time-zone-haiku v0.1.1 Updating itertools v0.10.3 -> v0.10.5 Updating itoa v1.0.3 -> v1.0.4 Updating js-sys v0.3.59 -> v0.3.60 Updating libc v0.2.132 -> v0.2.135 Adding link-cplusplus v1.0.7 Updating lock_api v0.4.8 -> v0.4.9 Updating once_cell v1.14.0 -> v1.15.0 Updating openssl v0.10.41 -> v0.10.42 Updating openssl-sys v0.9.75 -> v0.9.76 Updating pest v2.3.0 -> v2.4.0 Updating pest_derive v2.3.0 -> v2.4.0 Updating pest_generator v2.3.0 -> v2.4.0 Updating pest_meta v2.3.0 -> v2.4.0 Updating proc-macro2 v1.0.43 -> v1.0.47 Updating rand_core v0.6.3 -> v0.6.4 Updating raw-cpuid v10.5.0 -> v10.6.0 Adding scratch v1.0.2 Updating serde v1.0.144 -> v1.0.145 Updating serde_derive v1.0.144 -> v1.0.145 Updating serde_json v1.0.85 -> v1.0.86 Adding sha1 v0.10.5 Updating smallvec v1.9.0 -> v1.10.0 Updating syn v1.0.99 -> v1.0.102 Adding termcolor v1.1.3 Updating thiserror v1.0.34 -> v1.0.37 Updating thiserror-impl v1.0.34 -> v1.0.37 Updating tokio v1.21.0 -> v1.21.2 Updating tokio-stream v0.1.9 -> v0.1.11 Updating tonic v0.8.1 -> v0.8.2 Updating tower-layer v0.3.1 -> v0.3.2 Updating tracing v0.1.36 -> v0.1.37 Updating tracing-attributes v0.1.22 -> v0.1.23 Updating tracing-core v0.1.29 -> v0.1.30 Updating tracing-subscriber v0.3.15 -> v0.3.16 Updating unicode-ident v1.0.3 -> v1.0.5 Updating unicode-normalization v0.1.21 -> v0.1.22 Adding unicode-width v0.1.10 Updating uuid v1.1.2 -> v1.2.1 Updating wasm-bindgen v0.2.82 -> v0.2.83 Updating wasm-bindgen-backend v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro v0.2.82 -> v0.2.83 Updating wasm-bindgen-macro-support v0.2.82 -> v0.2.83 Updating wasm-bindgen-shared v0.2.82 -> v0.2.83 Updating web-sys v0.3.59 -> v0.3.60 Adding winapi-util v0.1.5
2022-10-16 16:33:11 -04:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
"windows_x86_64_gnullvm",
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
"windows_x86_64_msvc",
2022-02-12 15:10:03 -05:00
]
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-02-12 15:10:03 -05:00
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "windows_aarch64_msvc"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-02-12 15:10:03 -05:00
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "windows_i686_gnu"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-02-12 15:10:03 -05:00
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "windows_i686_msvc"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
2022-02-12 15:10:03 -05:00
[[package]]
name = "windows_x86_64_gnu"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
2022-02-12 15:10:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
2022-02-12 15:10:03 -05:00
[[package]]
name = "windows_x86_64_msvc"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
version = "0.42.1"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
improvement: upgrade multiple dependencies Updating crates.io index Updating async-trait v0.1.60 -> v0.1.61 Updating axum v0.6.1 -> v0.6.2 Updating axum-core v0.3.0 -> v0.3.1 Updating clap v4.0.32 -> v4.1.1 Updating clap_derive v4.0.21 -> v4.1.0 Updating clap_lex v0.3.0 -> v0.3.1 Updating cxx v1.0.85 -> v1.0.86 Updating cxx-build v1.0.85 -> v1.0.86 Updating cxxbridge-flags v1.0.85 -> v1.0.86 Updating cxxbridge-macro v1.0.85 -> v1.0.86 Updating io-lifetimes v1.0.3 -> v1.0.4 Updating nom v7.1.2 -> v7.1.3 Updating parking_lot_core v0.9.5 -> v0.9.6 Updating pest v2.5.2 -> v2.5.3 Updating pest_derive v2.5.2 -> v2.5.3 Updating pest_generator v2.5.2 -> v2.5.3 Updating pest_meta v2.5.2 -> v2.5.3 Updating prost v0.11.5 -> v0.11.6 Updating prost-derive v0.11.5 -> v0.11.6 Updating prost-types v0.11.5 -> v0.11.6 Updating regex v1.7.0 -> v1.7.1 Updating schannel v0.1.20 -> v0.1.21 Removing sha1 v0.10.5 Adding sha2 v0.10.6 Updating termcolor v1.1.3 -> v1.2.0 Updating tokio v1.23.1 -> v1.24.1 Updating try-lock v0.2.3 -> v0.2.4 Removing windows-sys v0.36.1 Updating windows_aarch64_gnullvm v0.42.0 -> v0.42.1 Removing windows_aarch64_msvc v0.36.1 Removing windows_aarch64_msvc v0.42.0 Adding windows_aarch64_msvc v0.42.1 Removing windows_i686_gnu v0.36.1 Removing windows_i686_gnu v0.42.0 Adding windows_i686_gnu v0.42.1 Removing windows_i686_msvc v0.36.1 Removing windows_i686_msvc v0.42.0 Adding windows_i686_msvc v0.42.1 Removing windows_x86_64_gnu v0.36.1 Removing windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnu v0.42.1 Updating windows_x86_64_gnullvm v0.42.0 -> v0.42.1 Removing windows_x86_64_msvc v0.36.1 Removing windows_x86_64_msvc v0.42.0 Adding windows_x86_64_msvc v0.42.1
2023-01-15 16:46:33 -05:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
improvement: upgrade multiple dependencies Updating anyhow v1.0.65 -> v1.0.66 Updating async-trait v0.1.57 -> v0.1.58 Updating axum v0.5.16 -> v0.5.17 Updating axum-core v0.2.8 -> v0.2.9 Updating base64 v0.13.0 -> v0.13.1 Updating bumpalo v3.11.0 -> v3.11.1 Updating cc v1.0.73 -> v1.0.74 Updating cxx v1.0.79 -> v1.0.80 Updating cxx-build v1.0.79 -> v1.0.80 Updating cxxbridge-flags v1.0.79 -> v1.0.80 Updating cxxbridge-macro v1.0.79 -> v1.0.80 Updating futures v0.3.24 -> v0.3.25 Updating futures-channel v0.3.24 -> v0.3.25 Updating futures-core v0.3.24 -> v0.3.25 Updating futures-executor v0.3.24 -> v0.3.25 Updating futures-io v0.3.24 -> v0.3.25 Updating futures-macro v0.3.24 -> v0.3.25 Updating futures-sink v0.3.24 -> v0.3.25 Updating futures-task v0.3.24 -> v0.3.25 Updating futures-util v0.3.24 -> v0.3.25 Updating getrandom v0.2.7 -> v0.2.8 Updating h2 v0.3.14 -> v0.3.15 Updating hyper v0.14.20 -> v0.14.22 Updating iana-time-zone v0.1.51 -> v0.1.53 Updating libc v0.2.135 -> v0.2.137 Updating mio v0.8.4 -> v0.8.5 Updating native-tls v0.2.10 -> v0.2.11 Updating num_cpus v1.13.1 -> v1.14.0 Updating once_cell v1.15.0 -> v1.16.0 Updating openssl-sys v0.9.76 -> v0.9.77 Updating parking_lot_core v0.9.3 -> v0.9.4 Updating pest v2.4.0 -> v2.4.1 Updating pest_derive v2.4.0 -> v2.4.1 Updating pest_generator v2.4.0 -> v2.4.1 Updating pest_meta v2.4.0 -> v2.4.1 Updating pkg-config v0.3.25 -> v0.3.26 Updating ppv-lite86 v0.2.16 -> v0.2.17 Updating prost v0.11.0 -> v0.11.2 Updating prost-derive v0.11.0 -> v0.11.2 Updating prost-types v0.11.1 -> v0.11.2 Updating serde v1.0.145 -> v1.0.147 Updating serde_derive v1.0.145 -> v1.0.147 Updating serde_json v1.0.86 -> v1.0.87 Updating syn v1.0.102 -> v1.0.103 Adding windows-sys v0.42.0 Adding windows_aarch64_gnullvm v0.42.0 Adding windows_aarch64_msvc v0.42.0 Adding windows_i686_gnu v0.42.0 Adding windows_i686_msvc v0.42.0 Adding windows_x86_64_gnu v0.42.0 Adding windows_x86_64_gnullvm v0.42.0 Adding windows_x86_64_msvc v0.42.0
2022-11-05 11:59:03 -04:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]