Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Apr 17, 2024
1 parent 55a1075 commit 2db8612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
max_width = 80
use_small_heuristics = "max"
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
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 2db8612

Please sign in to comment.