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 #579

Closed obi1kenobi closed 3 months ago

obi1kenobi commented 3 months ago

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

The following is the output from cargo update:

    Updating aho-corasick v1.1.2 -> v1.1.3
    Updating async-trait v0.1.78 -> v0.1.79
    Updating backtrace v0.3.69 -> v0.3.71
    Updating bitflags v2.4.2 -> v2.5.0
    Updating fastrand v2.0.1 -> v2.0.2
    Updating indexmap v2.2.5 -> v2.2.6
    Updating indoc v2.0.4 -> v2.0.5
    Updating regex v1.10.3 -> v1.10.4
    Updating reqwest v0.11.26 -> v0.11.27
    Updating rustix v0.38.31 -> v0.38.32
    Updating smallvec v1.13.1 -> v1.13.2
    Updating syn v2.0.53 -> v2.0.55
    Updating toml v0.8.11 -> v0.8.12
    Updating toml_edit v0.22.7 -> v0.22.9
    Updating uuid v1.7.0 -> v1.8.0