File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ members = [
11
11
12
12
[workspace .package ]
13
13
edition = " 2021"
14
- version = " 1.1.8 "
14
+ version = " 1.1.9 "
15
15
license = " MIT OR Apache-2.0"
16
16
readme = " README.md"
17
17
@@ -20,7 +20,7 @@ anyhow = "1.0.86"
20
20
clap = { version = " 4.5.9" , features = [" derive" ] }
21
21
derive_more = { version = " 0.99.18" , features = [" display" ], default-features = false }
22
22
dotenv = " 0.15.0"
23
- env_logger = " 0.11.3 "
23
+ env_logger = " 0.11.7 "
24
24
log = { version = " 0.4.22" }
25
25
proc-macro2 = " 1.0.86"
26
26
quote = " 1.0.36"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ regex = { workspace = true }
22
22
serde_json = { workspace = true }
23
23
strum = { workspace = true }
24
24
tracing-subscriber = { workspace = true }
25
- tracel-xtask-macros = { path = " ../tracel-xtask-macros" , version = " =1.1.8 " }
25
+ tracel-xtask-macros = { path = " ../tracel-xtask-macros" , version = " =1.1.9 " }
26
26
27
27
[dev-dependencies ]
28
28
rstest = { workspace = true }
You can’t perform that action at this time.
0 commit comments