Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Jun 9, 2024
1 parent 7757075 commit bba7bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.83"
anyhow = "1.0.86"
bincode = "1.3.3"
dirs = "5.0.1" # todo maybe replace by the home crate
log = "0.4.21"
Expand All @@ -32,7 +32,7 @@ libloading = "0.8.3"
nu-ansi-term = "0.50.0"
rustyline = "14.0.0"
rustyline-derive = "0.10.0"
serde = { version = "1.0.202", features = ['serde_derive', 'rc'] }
serde = { version = "1.0.203", features = ['serde_derive', 'rc'] }
serde_json = "1.0.117"
slab_tree = "0.3.2"
strum = { version = "0.26.2", features = ["derive"] }
Expand Down

0 comments on commit bba7bea

Please sign in to comment.