Skip to content

Commit d26b03c

Browse files
authored
Rollup merge of #98411 - ehuss:update-tendril, r=Mark-Simulacrum
Update tendril The 0.4.1 version of `tendril` (used by mdbook) triggers the `unaligned_references` lint which is now reported as a future-compatibility warning as of #95372. This updates it to 0.4.3 which does not trigger the warning. This update also triggered the update of `futf` from 0.1.4 to 0.1.5. tendril changes: servo/tendril@v0.4.1...v0.4.3 futf changes: servo/futf@v0.1.4...v0.1.5
2 parents f3078d0 + 04b75a7 commit d26b03c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1428,9 +1428,9 @@ checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
14281428

14291429
[[package]]
14301430
name = "futf"
1431-
version = "0.1.4"
1431+
version = "0.1.5"
14321432
source = "registry+https://github.com/rust-lang/crates.io-index"
1433-
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
1433+
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
14341434
dependencies = [
14351435
"mac",
14361436
"new_debug_unreachable",
@@ -5204,9 +5204,9 @@ dependencies = [
52045204

52055205
[[package]]
52065206
name = "tendril"
5207-
version = "0.4.1"
5207+
version = "0.4.3"
52085208
source = "registry+https://github.com/rust-lang/crates.io-index"
5209-
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
5209+
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
52105210
dependencies = [
52115211
"futf",
52125212
"mac",

0 commit comments

Comments
 (0)