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

Closed obi1kenobi closed 3 weeks ago

obi1kenobi commented 3 weeks ago

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

The following is the output from cargo update:

    Updating anstyle-query v1.0.3 -> v1.1.0
    Updating async-graphql-parser v7.0.5 -> v7.0.6
    Updating async-graphql-value v7.0.5 -> v7.0.6
    Updating cc v1.0.98 -> v1.0.99
    Updating clap v4.5.4 -> v4.5.6
    Updating clap_builder v4.5.2 -> v4.5.6
    Updating clap_derive v4.5.4 -> v4.5.5
    Updating clap_lex v0.7.0 -> v0.7.1
    Updating regex v1.10.4 -> v1.10.5
    Updating regex-automata v0.4.6 -> v0.4.7
    Updating regex-syntax v0.8.3 -> v0.8.4
    Updating toml v0.8.13 -> v0.8.14
    Updating toml_edit v0.22.13 -> v0.22.14
    Updating utf8parse v0.2.1 -> v0.2.2
    Updating winnow v0.6.9 -> v0.6.13
note: pass `--verbose` to see 146 unchanged dependencies behind latest