Compare commits
No commits in common. "renovate/crate-tracing-subscriber-vulnerability" and "main" have entirely different histories.
renovate/c
...
main
5 changed files with 5 additions and 5 deletions
|
|
@ -11,5 +11,5 @@ pallas = { path = "../../pallas" }
|
||||||
net2 = "0.2.37"
|
net2 = "0.2.37"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = "0.3.20"
|
tracing-subscriber = "0.3.16"
|
||||||
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,5 @@ net2 = "0.2.37"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
log = "0.4.16"
|
log = "0.4.16"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = "0.3.20"
|
tracing-subscriber = "0.3.16"
|
||||||
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ log = "0.4.16"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
futures = "0.3.29"
|
futures = "0.3.29"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = "0.3.20"
|
tracing-subscriber = "0.3.16"
|
||||||
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,5 @@ pallas-traverse = { version = "=0.32.1", path = "../pallas-traverse" }
|
||||||
pallas-network = { version = "=0.32.1", path = "../pallas-network" }
|
pallas-network = { version = "=0.32.1", path = "../pallas-network" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing-subscriber = "0.3.20"
|
tracing-subscriber = "0.3.17"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,6 @@ tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "ma
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing-subscriber = "0.3.20"
|
tracing-subscriber = "0.3.16"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue