Skip to content

Commit

Permalink
Weekly cargo update of dependencies (#929)
Browse files Browse the repository at this point in the history
cargo update

     Locking 15 packages to latest compatible versions
    Updating anyhow v1.0.87 -> v1.0.89
    Updating cc v1.1.18 -> v1.1.19
    Updating curl-sys v0.4.74+curl-8.9.0 -> v0.4.75+curl-8.10.0
    Updating hyper-util v0.1.7 -> v0.1.8
    Updating memmap2 v0.9.4 -> v0.9.5
    Updating once_cell v1.19.0 -> v1.20.0
    Updating redox_syscall v0.5.3 -> v0.5.4
      Adding rustdoc-types v0.30.0
    Updating rustix v0.38.36 -> v0.38.37
    Updating rustls v0.23.12 -> v0.23.13
    Updating rustls-webpki v0.102.7 -> v0.102.8
      Adding trustfall-rustdoc-adapter v34.0.0
    Updating trustfall_rustdoc v0.16.1 -> v0.16.2
    Updating unicode-ident v1.0.12 -> v1.0.13
    Updating unicode-segmentation v1.11.0 -> v1.12.0
note: pass `--verbose` to see 61 unchanged dependencies behind latest

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
obi1kenobi and github-actions authored Sep 15, 2024
1 parent bfc0728 commit 566dc33
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 27 deletions.
74 changes: 48 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.77"

[dependencies]
trustfall = "0.7.1"
trustfall_rustdoc = { version = "0.16.0", default-features = false, features = ["v28", "v29", "v30", "v32", "v33", "rayon", "rustc-hash"] }
trustfall_rustdoc = { version = "0.16.0", default-features = false, features = ["v28", "v29", "v30", "v32", "v33", "v34", "rayon", "rustc-hash"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down

0 comments on commit 566dc33

Please sign in to comment.