File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ quote = "1.0.29"
20
20
syn = { version = " 2.0.23" , features = [" full" , " visit-mut" ] }
21
21
22
22
[dev-dependencies ]
23
- futures = " 0.3.28 "
23
+ futures = " 0.3.30 "
24
24
rustversion = " 1.0.13"
25
- tracing = " 0.1.37 "
26
- tracing-attributes = " 0.1.26 "
25
+ tracing = " 0.1.40 "
26
+ tracing-attributes = " 0.1.27 "
27
27
trybuild = { version = " 1.0.81" , features = [" diff" ] }
28
28
29
29
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change @@ -620,7 +620,6 @@ pub mod issue45 {
620
620
}
621
621
622
622
#[ test]
623
- #[ cfg_attr( miri, ignore) ] // https://github.com/matklad/once_cell/pull/185
624
623
fn tracing ( ) {
625
624
// Create the future outside of the subscriber, as no call to tracing
626
625
// should be made until the future is polled.
You can’t perform that action at this time.
0 commit comments