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

Closed obi1kenobi closed 8 months ago

obi1kenobi commented 8 months ago

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

The following is the output from cargo update:

    Updating anstyle v1.0.4 -> v1.0.5
    Updating eyre v0.6.11 -> v0.6.12
    Updating iana-time-zone v0.1.59 -> v0.1.60
    Updating indexmap v2.2.1 -> v2.2.2
    Updating libc v0.2.152 -> v0.2.153
    Updating miniz_oxide v0.7.1 -> v0.7.2
      Adding num-conv v0.1.0
    Updating reqwest v0.11.23 -> v0.11.24
    Updating rustix v0.38.30 -> v0.38.31
    Updating serde_json v1.0.112 -> v1.0.113
      Adding sync_wrapper v0.1.2
    Updating time v0.3.31 -> v0.3.34
    Updating time-macros v0.2.16 -> v0.2.17
    Updating tokio v1.35.1 -> v1.36.0
    Updating webpki-roots v0.25.3 -> v0.25.4