Skip to content

Commit

Permalink
chore(cargo): bump dependencies
Browse files Browse the repository at this point in the history
    Updating crates.io index
    Updating anyhow v1.0.81 -> v1.0.82
    Updating bumpalo v3.15.4 -> v3.16.0
    Updating cargo_toml v0.19.2 -> v0.20.0
    Updating cc v1.0.90 -> v1.0.95
    Updating either v1.10.0 -> v1.11.0
    Updating getrandom v0.2.13 -> v0.2.14
    Updating hyper v1.2.0 -> v1.3.1
    Updating proc-macro2 v1.0.79 -> v1.0.81
    Updating quote v1.0.35 -> v1.0.36
    Updating reqwest v0.12.3 -> v0.12.4
    Updating rustls v0.22.3 -> v0.22.4 (latest: v0.23.5)
    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 syn v2.0.58 -> v2.0.60
    Updating toml_edit v0.22.9 -> v0.22.12
    Updating windows-targets v0.52.4 -> v0.52.5
    Updating windows_aarch64_gnullvm v0.52.4 -> v0.52.5
    Updating windows_aarch64_msvc v0.52.4 -> v0.52.5
    Updating windows_i686_gnu v0.52.4 -> v0.52.5
      Adding windows_i686_gnullvm v0.52.5
    Updating windows_i686_msvc v0.52.4 -> v0.52.5
    Updating windows_x86_64_gnu v0.52.4 -> v0.52.5
    Updating windows_x86_64_gnullvm v0.52.4 -> v0.52.5
    Updating windows_x86_64_msvc v0.52.4 -> v0.52.5
    Updating winnow v0.6.5 -> v0.6.6
  • Loading branch information
paolobarbolini committed Apr 20, 2024
1 parent 90b214e commit c8f7f89
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 61 deletions.
127 changes: 67 additions & 60 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 @@ -11,7 +11,7 @@ repository = "https://github.com/M4SS-Code/cargo-goggles"
[dependencies]
reqwest = { version = "0.12.2", default-features = false, features = ["blocking", "rustls-tls-native-roots"] }
cargo-lock = "9"
cargo_toml = "0.19"
cargo_toml = "0.20"
tar = "0.4.40"
flate2 = "1"
sha2 = "0.10"
Expand Down

0 comments on commit c8f7f89

Please sign in to comment.