diff --git a/.rustfmt.toml b/.rustfmt.toml index ab2d0c2..92d226f 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,2 +1,5 @@ max_width = 80 -use_small_heuristics = "max" \ No newline at end of file +use_small_heuristics = "max" +# unstable +# see https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#struct_field_align_threshold +# struct_field_align_threshold = 20 diff --git a/Cargo.toml b/Cargo.toml index 8ce143d..06cf81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ exclude = ["vscode/", "dist/", ".vscode", ".history", ".git", ".github"] [workspace.dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" bincode = "1.3.3" dirs = "5.0.1" # todo maybe replace by the home crate log = "0.4.21" @@ -32,14 +32,14 @@ libloading = "0.8.3" nu-ansi-term = "0.50.0" rustyline = "14.0.0" rustyline-derive = "0.10.0" -serde = { version = "1.0.197", features = ['serde_derive', 'rc'] } -serde_json = "1.0.114" +serde = { version = "1.0.198", features = ['serde_derive', 'rc'] } +serde_json = "1.0.116" slab_tree = "0.3.2" strum = { version = "0.26.2", features = ["derive"] } ctrlc = "3.4.4" env_logger = { version = "0.11.3", default-features = false } arboard = "3.3.2" -regex = { version = "1.10.3", default-features = false, features = ["std"] } +regex = { version = "1.10.4", default-features = false, features = ["std"] } serial_test = "3.0.0" # wasm