fix(deps): set tracing minimum to 0.1.26 for Span::entered()
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ tokio = { version = "1", features = ["sync", "rt-multi-thread"], optional = true
|
||||
optimizer-derive = { version = "0.1", path = "optimizer-derive", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
tracing = { version = "0.1", optional = true }
|
||||
tracing = { version = "0.1.26", optional = true }
|
||||
sobol_burley = { version = "0.5", optional = true }
|
||||
nalgebra = { version = "0.34", optional = true }
|
||||
fs2 = { version = "0.4", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user