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

Closed obi1kenobi closed 2 days ago

obi1kenobi commented 2 days ago

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

The following is the output from cargo update:

     Locking 11 packages to latest compatible versions
    Updating bitflags v2.5.0 -> v2.6.0
    Updating cc v1.0.100 -> v1.0.103
    Updating clap v4.5.7 -> v4.5.8
    Updating clap_builder v4.5.7 -> v4.5.8
    Updating clap_derive v4.5.5 -> v4.5.8
    Updating either v1.12.0 -> v1.13.0
    Updating log v0.4.21 -> v0.4.22
    Updating mime_guess v2.0.4 -> v2.0.5
    Updating serde_json v1.0.117 -> v1.0.119
    Updating tinyvec v1.6.0 -> v1.6.1
    Updating uuid v1.8.0 -> v1.9.1
note: pass `--verbose` to see 150 unchanged dependencies behind latest