obi1kenobi / trustfall

A query engine for any combination of data sources. Query your files and APIs as if they were databases!
Apache License 2.0
2.3k stars 66 forks source link

Weekly `cargo update` of primary dependencies #538

Closed obi1kenobi closed 5 months ago

obi1kenobi commented 5 months ago

Automation to keep dependencies in the primary Cargo.lock current.

The following is the output from cargo update:

    Updating anstream v0.6.5 -> v0.6.7
    Updating base64 v0.21.5 -> v0.21.7
    Updating clap v4.4.13 -> v4.4.16
    Updating clap_builder v4.4.12 -> v4.4.16
    Updating console v0.15.7 -> v0.15.8
    Updating crossbeam-channel v0.5.10 -> v0.5.11
    Updating crossbeam-utils v0.8.18 -> v0.8.19
    Updating getrandom v0.2.11 -> v0.2.12
    Updating h2 v0.3.22 -> v0.3.23
    Updating js-sys v0.3.66 -> v0.3.67
    Updating rustix v0.38.28 -> v0.38.30
    Updating smallvec v1.11.2 -> v1.12.0
    Updating termcolor v1.4.0 -> v1.4.1
    Updating trybuild v1.0.88 -> v1.0.89
    Updating wasm-bindgen v0.2.89 -> v0.2.90
    Updating wasm-bindgen-backend v0.2.89 -> v0.2.90
    Updating wasm-bindgen-futures v0.4.39 -> v0.4.40
    Updating wasm-bindgen-macro v0.2.89 -> v0.2.90
    Updating wasm-bindgen-macro-support v0.2.89 -> v0.2.90
    Updating wasm-bindgen-shared v0.2.89 -> v0.2.90
    Updating wasm-bindgen-test v0.3.39 -> v0.3.40
    Updating wasm-bindgen-test-macro v0.3.39 -> v0.3.40
    Updating web-sys v0.3.66 -> v0.3.67
    Removing windows-sys v0.45.0
    Removing windows-targets v0.42.2
    Removing windows_aarch64_gnullvm v0.42.2
    Removing windows_aarch64_msvc v0.42.2
    Removing windows_i686_gnu v0.42.2
    Removing windows_i686_msvc v0.42.2
    Removing windows_x86_64_gnu v0.42.2
    Removing windows_x86_64_gnullvm v0.42.2
    Removing windows_x86_64_msvc v0.42.2