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

Closed obi1kenobi closed 2 months ago

obi1kenobi commented 2 months ago

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

The following is the output from cargo update:

    Updating cc v1.0.94 -> v1.0.95
    Updating chrono v0.4.37 -> v0.4.38
    Updating proc-macro2 v1.0.80 -> v1.0.81
    Updating rustix v0.38.32 -> v0.38.33
    Updating rustls v0.21.10 -> v0.21.11
    Updating serde v1.0.197 -> v1.0.198
    Updating serde_derive v1.0.197 -> v1.0.198
    Updating serde_json v1.0.115 -> v1.0.116
    Updating signal-hook-registry v1.4.1 -> v1.4.2
    Updating syn v2.0.59 -> v2.0.60
    Updating thiserror v1.0.58 -> v1.0.59
    Updating thiserror-impl v1.0.58 -> v1.0.59
    Updating toml_edit v0.22.9 -> v0.22.12