Skip to content

Commit d85deba

Browse files
bump(cargo)!: bump log (cargo upgrade)
name old req compatible latest new req ==== ======= ========== ====== ======= log ^0.4.25 0.4.27 0.4.27 ^0.4.27 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9719f0d commit d85deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "bin/main.rs"
1212
[dependencies]
1313
colored = "3.0.0"
1414
bincode2 = "2.0.1"
15-
log = { version = "^0.4.25", features = ["serde"]}
15+
log = { version = "^0.4.27", features = ["serde"]}
1616
rustyline = { workspace = true , features = ["with-fuzzy", "custom-bindings"] }
1717
serde = {workspace = true, features = ["derive", "serde_derive"]}
1818
strum = { workspace = true }

0 commit comments

Comments
 (0)