Skip to content

Commit a64d94e

Browse files
committed
Merge branch 'patch-2'
2 parents c3a7dcf + 77e808b commit a64d94e

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.github/workflows/msrv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: extractions/setup-just@v2
3232
- run: |
33-
rustup toolchain install ${{ env.rust_version }} --profile minimal --no-self-update
33+
rustup toolchain install ${{ env.rust_version }} nightly --profile minimal --no-self-update
3434
rustup default ${{ env.rust_version }}
35+
cargo +nightly update -Zminimal-versions
3536
- run: just ci-check-msrv

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gix-object = { version = "^0.44.0", path = "../gix-object" }
3030
gix-path = { version = "^0.10.10", path = "../gix-path", optional = true }
3131
gix-date = { version = "^0.9.0", path = "../gix-date" }
3232

33-
flate2 = { version = "1.0.26", optional = true }
33+
flate2 = { version = "1.0.33", optional = true }
3434
zip = { version = "2.1.0", optional = true, default-features = false, features = ["deflate"] }
3535
jiff = { version = "0.1.2", default-features = false, features = ["std"] }
3636

gix-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bytesize = { version = "1.0.1", optional = true }
143143
bytes = { version = "1.0.0", optional = true }
144144

145145
# zlib module
146-
flate2 = { version = "1.0.25", optional = true, default-features = false }
146+
flate2 = { version = "1.0.33", optional = true, default-features = false }
147147
thiserror = { version = "1.0.38", optional = true }
148148

149149
once_cell = { version = "1.13.0", optional = true }

gix-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gix-path = { version = "^0.10.10", path = "../gix-path" }
2222

2323
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
2424
thiserror = "1.0.32"
25-
url = "2.5.1"
25+
url = "2.5.2"
2626
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
2727
home = "0.5.5"
2828

0 commit comments

Comments
 (0)