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.38k stars 69 forks source link

Weekly `cargo update` of primary dependencies #553

Closed obi1kenobi closed 7 months ago

obi1kenobi commented 7 months ago

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

The following is the output from cargo update:

    Updating anstream v0.6.11 -> v0.6.12
    Updating anstyle v1.0.5 -> v1.0.6
    Updating bumpalo v3.14.0 -> v3.15.0
    Updating chrono v0.4.33 -> v0.4.34
    Updating clap v4.4.18 -> v4.5.1
    Updating clap_builder v4.4.18 -> v4.5.1
    Updating clap_derive v4.4.7 -> v4.5.0
    Updating clap_lex v0.6.0 -> v0.7.0
    Updating crc32fast v1.3.2 -> v1.4.0
    Updating either v1.9.0 -> v1.10.0
    Updating hermit-abi v0.3.4 -> v0.3.6
    Updating indexmap v2.2.2 -> v2.2.3
    Updating js-sys v0.3.67 -> v0.3.68
    Updating num-integer v0.1.45 -> v0.1.46
    Updating num-traits v0.2.17 -> v0.2.18
    Updating pest v2.7.6 -> v2.7.7
    Updating pkg-config v0.3.29 -> v0.3.30
    Updating ring v0.17.7 -> v0.17.8
    Updating strsim v0.10.0 -> v0.11.0
    Updating syn v2.0.48 -> v2.0.49
    Updating tempfile v3.9.0 -> v3.10.0
    Updating thiserror v1.0.56 -> v1.0.57
    Updating thiserror-impl v1.0.56 -> v1.0.57
    Updating unicode-segmentation v1.10.1 -> v1.11.0
    Updating wasm-bindgen v0.2.90 -> v0.2.91
    Updating wasm-bindgen-backend v0.2.90 -> v0.2.91
    Updating wasm-bindgen-futures v0.4.40 -> v0.4.41
    Updating wasm-bindgen-macro v0.2.90 -> v0.2.91
    Updating wasm-bindgen-macro-support v0.2.90 -> v0.2.91
    Updating wasm-bindgen-shared v0.2.90 -> v0.2.91
    Updating wasm-bindgen-test v0.3.40 -> v0.3.41
    Updating wasm-bindgen-test-macro v0.3.40 -> v0.3.41
    Updating web-sys v0.3.67 -> v0.3.68