Skip to content

Commit

Permalink
Cargo.lock: bump dependencies (#1210)
Browse files Browse the repository at this point in the history
* Cargo.lock: bump dependencies

- Updates the following dependencies:

    $ cargo update
    Updating crates.io index
     Locking 36 packages to latest compatible versions
    Updating addr2line v0.22.0 -> v0.24.1
    Removing adler v1.0.2
      Adding adler2 v2.0.0
    Updating backtrace v0.3.73 -> v0.3.74
    Updating bytes v1.6.1 -> v1.7.1
    Updating cc v1.1.5 -> v1.1.18
    Updating core-foundation-sys v0.8.6 -> v0.8.7
    Updating cpufeatures v0.2.12 -> v0.2.14
    Updating fastrand v2.1.0 -> v2.1.1
    Updating gimli v0.29.0 -> v0.31.0
      Adding hermit-abi v0.3.9 (latest: v0.4.0)
    Updating js-sys v0.3.69 -> v0.3.70
    Updating libc v0.2.155 -> v0.2.158
    Updating miniz_oxide v0.7.4 -> v0.8.0
    Updating mio v0.8.11 -> v1.0.2
    Updating object v0.36.1 -> v0.36.4
    Updating quote v1.0.36 -> v1.0.37
    Updating rustc_version v0.4.0 -> v0.4.1
    Updating rustix v0.38.34 -> v0.38.36
    Updating schannel v0.1.23 -> v0.1.24
    Updating serde v1.0.204 -> v1.0.210
    Updating serde_derive v1.0.204 -> v1.0.210
    Updating serde_json v1.0.120 -> v1.0.128
      Adding shlex v1.3.0
    Updating syn v2.0.71 -> v2.0.77
    Updating tempfile v3.10.1 -> v3.12.0
    Updating tokio v1.38.1 -> v1.40.0
    Updating tower-service v0.3.2 -> v0.3.3
    Updating unicode-ident v1.0.12 -> v1.0.13
    Updating version_check v0.9.4 -> v0.9.5
    Updating wasm-bindgen v0.2.92 -> v0.2.93
    Updating wasm-bindgen-backend v0.2.92 -> v0.2.93
    Updating wasm-bindgen-macro v0.2.92 -> v0.2.93
    Updating wasm-bindgen-macro-support v0.2.92 -> v0.2.93
    Updating wasm-bindgen-shared v0.2.92 -> v0.2.93
    Updating web-sys v0.3.69 -> v0.3.70
    Updating windows-sys v0.48.0 -> v0.59.0
    Removing windows-targets v0.48.5
    Removing windows_aarch64_gnullvm v0.48.5
    Removing windows_aarch64_msvc v0.48.5
    Removing windows_i686_gnu v0.48.5
    Removing windows_i686_msvc v0.48.5
    Removing windows_x86_64_gnu v0.48.5
    Removing windows_x86_64_gnullvm v0.48.5
    Removing windows_x86_64_msvc v0.48.5

* workspace/iqhttp MSRV 1.70.0
  • Loading branch information
Shella authored Sep 11, 2024
1 parent 3161f21 commit 59267c0
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iqhttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.63.0 # MSRV
- 1.70.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.68.0 # MSRV
toolchain: 1.70.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down
Loading

0 comments on commit 59267c0

Please sign in to comment.