Skip to content

Commit

Permalink
upgrade crates
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Nov 18, 2023
1 parent 034bf48 commit efb1083
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

6 changes: 3 additions & 3 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 = "12.0.0"
rustyline-derive = "0.9.0"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
shell-words = "1.1.0"
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }

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

0 comments on commit efb1083

Please sign in to comment.