Skip to content

Commit 88089b9

Browse files
authored
Unrolled build for #141684
Rollup merge of #141684 - petrochenkov:bumponig, r=ehuss rustbook: Bump versions of `onig` and `onig_sys` This fixes the build on GCC 15.
2 parents 5f025f3 + d88641f commit 88089b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tools/rustbook/Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,21 +1026,21 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10261026

10271027
[[package]]
10281028
name = "onig"
1029-
version = "6.4.0"
1029+
version = "6.5.1"
10301030
source = "registry+https://github.com/rust-lang/crates.io-index"
1031-
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
1031+
checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
10321032
dependencies = [
1033-
"bitflags 1.3.2",
1033+
"bitflags 2.9.0",
10341034
"libc",
10351035
"once_cell",
10361036
"onig_sys",
10371037
]
10381038

10391039
[[package]]
10401040
name = "onig_sys"
1041-
version = "69.8.1"
1041+
version = "69.9.1"
10421042
source = "registry+https://github.com/rust-lang/crates.io-index"
1043-
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
1043+
checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc"
10441044
dependencies = [
10451045
"cc",
10461046
"pkg-config",

0 commit comments

Comments
 (0)