Skip to content

Commit

Permalink
Bug 1854045 - Update regex to 1.9.4. r=emilio,supply-chain-reviewers
Browse files Browse the repository at this point in the history
The main side effect is the upgrade of aho-corasick to 1.1, which
contains a SIMD implementation for aarch64.

Differential Revision: https://phabricator.services.mozilla.com/D188673

UltraBlame original commit: 26b001cb39938c805952666a32c74a1fab6bdc98
  • Loading branch information
marco-c committed Nov 21, 2023
1 parent 25caa69 commit ad2e9fd
Show file tree
Hide file tree
Showing 395 changed files with 588,668 additions and 174,128 deletions.
91 changes: 81 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42936,6 +42936,53 @@ trusted
.
regex
-
automata
]
]
criteria
=
"
safe
-
to
-
deploy
"
user
-
id
=
189
#
Andrew
Gallant
(
BurntSushi
)
start
=
"
2019
-
02
-
25
"
end
=
"
2024
-
09
-
20
"
[
[
trusted
.
regex
-
syntax
]
]
Expand Down
186 changes: 186 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,53 @@ Gallant
[
publisher
.
aho
-
corasick
]
]
version
=
"
1
.
1
.
0
"
when
=
"
2023
-
09
-
18
"
user
-
id
=
189
user
-
login
=
"
BurntSushi
"
user
-
name
=
"
Andrew
Gallant
"
[
[
publisher
.
anstyle
]
]
Expand Down Expand Up @@ -2707,6 +2754,98 @@ Gallant
publisher
.
regex
]
]
version
=
"
1
.
9
.
4
"
when
=
"
2023
-
08
-
26
"
user
-
id
=
189
user
-
login
=
"
BurntSushi
"
user
-
name
=
"
Andrew
Gallant
"
[
[
publisher
.
regex
-
automata
]
]
version
=
"
0
.
3
.
7
"
when
=
"
2023
-
08
-
26
"
user
-
id
=
189
user
-
login
=
"
BurntSushi
"
user
-
name
=
"
Andrew
Gallant
"
[
[
publisher
.
regex
-
syntax
]
Expand Down Expand Up @@ -2753,6 +2892,53 @@ Gallant
[
publisher
.
regex
-
syntax
]
]
version
=
"
0
.
7
.
5
"
when
=
"
2023
-
08
-
26
"
user
-
id
=
189
user
-
login
=
"
BurntSushi
"
user
-
name
=
"
Andrew
Gallant
"
[
[
publisher
.
rust_cascade
]
]
Expand Down
Loading

0 comments on commit ad2e9fd

Please sign in to comment.