Skip to content

Commit

Permalink
upgrade crates
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Oct 31, 2024
1 parent d075cff commit 7dc1784
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
rustyline = "14.0.0"
rustyline-derive = "0.10.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
shell-words = "1.1.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[[bin]]
name = "auto"
Expand Down

0 comments on commit 7dc1784

Please sign in to comment.