Skip to content

Commit 84161ba

Browse files
committed
fix(ci): pint flate2 to 1.0.35
1 parent 1aeb466 commit 84161ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
cargo update -p indexmap --precise "2.5.0"
6464
cargo update -p security-framework-sys --precise "2.11.1"
6565
cargo update -p native-tls --precise "0.2.13"
66+
cargo update -p flate2 --precise "1.0.35"
6667
- name: Build
6768
run: cargo build --features ${{ matrix.features }} --no-default-features
6869
- name: Test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ cargo update -p tokio-util --precise "0.7.11"
2828
cargo update -p indexmap --precise "2.5.0"
2929
cargo update -p security-framework-sys --precise "2.11.1"
3030
cargo update -p native-tls --precise "0.2.13"
31+
cargo update -p flate2 --precise "1.0.35"
3132
```

0 commit comments

Comments
 (0)