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 25
25
26
26
- name : Install Rust toolchain
27
27
# Aligned with `rust-version` in `Cargo.toml`
28
- uses : dtolnay/rust-toolchain@1.70
28
+ uses : dtolnay/rust-toolchain@1.71
29
29
30
30
- name : Check out repository
31
31
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include = [
15
15
" LICENSE" ,
16
16
" README.md" ,
17
17
]
18
- rust-version = " 1.70 "
18
+ rust-version = " 1.71 "
19
19
20
20
[dependencies ]
21
21
arc-swap = " 1.6"
@@ -49,11 +49,10 @@ no_denormals = "0.1.2"
49
49
futures = { version = " 0.3.30" , features = [" executor" ] }
50
50
alloc_counter = " 0.0.4"
51
51
criterion = " 0.5.1"
52
- env_logger = " 0.10 "
52
+ env_logger = " 0.11 "
53
53
iai = " 0.1.1"
54
54
rand = " 0.8"
55
55
paste = " 1.0.14"
56
- clap = " =4.4" # pin transitive dependency to lower version to avoid MSRV issues
57
56
58
57
# Uncomment the following lines to enable debug symbols
59
58
# during CPU profiling
You can’t perform that action at this time.
0 commit comments