Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 18, 2023
1 parent 588b17c commit bea8d5d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
41 changes: 26 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@ readme = "README.md"
exclude = ["vscode/","dist/", ".vscode", ".history", ".git", ".github"]

[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
bincode = "1.3.3"
dirs = "4.0.0"
log = "0.4.17"
nom = { version = "7.1.3"}
nu-ansi-term = "0.47.0"
rustyline = "11.0.0"
rustyline-derive = "0.8.0"
serde = {version = "1.0.155", features= ['serde_derive', 'rc']}
serde = {version = "1.0.157", features= ['serde_derive', 'rc']}
serde_json = "1.0.94"
slab_tree = "0.3.2"
strum = { version = "0.24.1", features = ["derive"] }
ctrlc = "3.2.5"
regex = "1.7.1"

[dependencies.env_logger]
default-features = false
version = "0.10.0"
Expand Down

0 comments on commit bea8d5d

Please sign in to comment.