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 @@ -20,10 +20,10 @@ quote = "1.0.29"
2020syn = { version = " 2.0.23" , features = [" full" , " visit-mut" ] }
2121
2222[dev-dependencies ]
23- futures = " 0.3.28 "
23+ futures = " 0.3.30 "
2424rustversion = " 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 "
2727trybuild = { version = " 1.0.81" , features = [" diff" ] }
2828
2929[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change @@ -620,7 +620,6 @@ pub mod issue45 {
620620 }
621621
622622 #[ test]
623- #[ cfg_attr( miri, ignore) ] // https://github.com/matklad/once_cell/pull/185
624623 fn tracing ( ) {
625624 // Create the future outside of the subscriber, as no call to tracing
626625 // should be made until the future is polled.
You can’t perform that action at this time.
0 commit comments