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 12, 2024
1 parent d9bc11f commit 396bd12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -13,16 +13,16 @@ resolver = "2"
opt-level = 3

[dependencies]
csv = "1.3.0"
csv = "1.3.1"
num_cpus = "1.16.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustyline = "14.0.0"
rustyline-derive = "0.10.0"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
shell-words = "1.1.0"
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }

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

0 comments on commit 396bd12

Please sign in to comment.