Skip to content

Commit e9df22f

Browse files
committedSep 30, 2024
Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung
Miri subtree update r? `@ghost`
2 parents 4e91ced + 8c0adc6 commit e9df22f

File tree

128 files changed

+606
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+606
-479
lines changed
 

‎Cargo.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ dependencies = [
424424

425425
[[package]]
426426
name = "chrono-tz"
427-
version = "0.9.0"
427+
version = "0.10.0"
428428
source = "registry+https://github.com/rust-lang/crates.io-index"
429-
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
429+
checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6"
430430
dependencies = [
431431
"chrono",
432432
"chrono-tz-build",
@@ -435,12 +435,11 @@ dependencies = [
435435

436436
[[package]]
437437
name = "chrono-tz-build"
438-
version = "0.3.0"
438+
version = "0.4.0"
439439
source = "registry+https://github.com/rust-lang/crates.io-index"
440-
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
440+
checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
441441
dependencies = [
442442
"parse-zoneinfo",
443-
"phf",
444443
"phf_codegen",
445444
]
446445

‎src/tools/miri/.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
schedule:
1313
- cron: '44 4 * * *' # At 4:44 UTC every day.
1414

15-
permissions:
16-
contents: write
17-
1815
defaults:
1916
run:
2017
shell: bash
@@ -90,6 +87,11 @@ jobs:
9087
cron-fail-notify:
9188
name: cronjob failure notification
9289
runs-on: ubuntu-latest
90+
permissions:
91+
# The cronjob needs to be able to push to the repo...
92+
contents: write
93+
# ... and create a PR.
94+
pull-requests: write
9395
needs: [build, style]
9496
if: github.event_name == 'schedule' && failure()
9597
steps:

0 commit comments

Comments
 (0)