arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
769 stars 203 forks source link

Update `tracing-subscriber` dependency to `0.3`? #356

Open tsunrise opened 2 years ago

tsunrise commented 2 years ago
∂ ## Summary of Bug

Currently, ConstraintLayer does not implement tracing-subscriber::Layer trait in v0.3 (so it will not work). Do we want to update this dependency?

https://github.com/arkworks-rs/snark/blob/7af2b44215b09fda4f41813e274ad9464381711e/relations/Cargo.toml#L19-L20

- tracing-subscriber = { version = "0.2", default-features = false, optional = true }
+ tracing-subscriber = { version = "0.3", default-features = false, optional = true }