@@ -70,18 +70,18 @@ which = {version = "7.0.0", optional = true}
7070# Pinned, because we use #[doc(hidden)] APIs.
7171# TODO: Enable `zstd` feature once we enabled it for testing in the main
7272# crate.
73- blazesym = {version = " =0.2.0-rc.3 " , path = " ../" , features = [" apk" , " demangle" , " dwarf" , " gsym" , " tracing" , " zlib" ]}
73+ blazesym = {version = " =0.2.0-rc.4 " , path = " ../" , features = [" apk" , " demangle" , " dwarf" , " gsym" , " tracing" , " zlib" ]}
7474libc = " 0.2"
7575# TODO: Remove dependency once MSRV is 1.77.
7676memoffset = " 0.9"
7777tracing = " 0.1"
7878tracing-subscriber = {version = " 0.3" , default-features = false , features = [" fmt" ]}
7979
8080[target .'cfg(any(target_os = "linux", target_os = "android"))' .dependencies ]
81- blazesym = {version = " =0.2.0-rc.3 " , path = " ../" , features = [" bpf" ]}
81+ blazesym = {version = " =0.2.0-rc.4 " , path = " ../" , features = [" bpf" ]}
8282
8383[dev-dependencies ]
84- blazesym = {version = " =0.2.0-rc.3 " , path = " ../" , features = [" test" ]}
84+ blazesym = {version = " =0.2.0-rc.4 " , path = " ../" , features = [" test" ]}
8585blazesym-c = {path = " ." , features = [" check-doc-snippets" ]}
8686bindgen = {version = " 0.72" , default-features = false , features = [" runtime" ]}
8787criterion = {version = " 0.6" , default-features = false , features = [" rayon" , " cargo_bench_support" ]}
0 commit comments