Skip to content

Commit

Permalink
build(deps): update all dependencies
Browse files Browse the repository at this point in the history
No incompatible upgrades were performed.

    name   old req compatible latest new req
    ====   ======= ========== ====== =======
    anyhow 1.0.79  1.0.80     1.0.80 1.0.80
    clap   4.4.18  4.5.1      4.5.1  4.5.1
       Upgrading recursive dependencies
        Updating anstream v0.6.9 -> v0.6.12
        Updating anstyle v1.0.4 -> v1.0.6
        Updating libc v0.2.152 -> v0.2.153
        Updating proc-macro2 v1.0.76 -> v1.0.78
        Updating rustix v0.38.30 -> v0.38.31
        Updating syn v2.0.48 -> v2.0.51
        Updating windows-targets v0.52.0 -> v0.52.3
        Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.3
        Updating windows_aarch64_msvc v0.52.0 -> v0.52.3
        Updating windows_i686_gnu v0.52.0 -> v0.52.3
        Updating windows_i686_msvc v0.52.0 -> v0.52.3
        Updating windows_x86_64_gnu v0.52.0 -> v0.52.3
        Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.3
        Updating windows_x86_64_msvc v0.52.0 -> v0.52.3
  • Loading branch information
lukehsiao committed Feb 27, 2024
1 parent 15f5037 commit 6525a17
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["wrap_help", "derive"] }
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["wrap_help", "derive"] }
rayon = "1.8.1"
tabled = "0.15.0"
xshell = "0.2.5"

0 comments on commit 6525a17

Please sign in to comment.