File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Install Rust toolchain
2727 # Aligned with `rust-version` in `Cargo.toml`
28- uses : dtolnay/rust-toolchain@1.70
28+ uses : dtolnay/rust-toolchain@1.71
2929
3030 - name : Check out repository
3131 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include = [
1515 " LICENSE" ,
1616 " README.md" ,
1717]
18- rust-version = " 1.70 "
18+ rust-version = " 1.71 "
1919
2020[dependencies ]
2121arc-swap = " 1.6"
@@ -49,11 +49,10 @@ no_denormals = "0.1.2"
4949futures = { version = " 0.3.30" , features = [" executor" ] }
5050alloc_counter = " 0.0.4"
5151criterion = " 0.5.1"
52- env_logger = " 0.10 "
52+ env_logger = " 0.11 "
5353iai = " 0.1.1"
5454rand = " 0.8"
5555paste = " 1.0.14"
56- clap = " =4.4" # pin transitive dependency to lower version to avoid MSRV issues
5756
5857# Uncomment the following lines to enable debug symbols
5958# during CPU profiling
You can’t perform that action at this time.
0 commit comments