This is an automated email from the ASF dual-hosted git repository.

mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new f3aedd2  minor: Fix MSRV CI workflow (#502)
f3aedd2 is described below

commit f3aedd20f2aa5984dc5a188370954a185aec4e8f
Author: Kyle Barron <[email protected]>
AuthorDate: Fri Oct 10 04:47:38 2025 -0400

    minor: Fix MSRV CI workflow (#502)
    
    * ci: Fix MSRV CI workflow
    
    * Update .github/workflows/rust.yml
    
    * Update .github/workflows/rust.yml
    
    ---------
    
    Co-authored-by: Matthijs Brobbel <[email protected]>
---
 .github/workflows/rust.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 462fe79..52bc025 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -61,6 +61,9 @@ jobs:
           cargo update -p once_cell --precise 1.20.3
           cargo update -p tracing-core --precise 0.1.33
           cargo update -p tracing-attributes --precise 0.1.28
+          cargo update -p parking_lot --precise 0.12.4
+          cargo update -p parking_lot_core --precise 0.9.11
+          cargo update -p lock_api --precise 0.4.13
       - name: Check
         run: |
           # run `cargo msrv verify` to see problems

Reply via email to