Skip to content

Commit

Permalink
Update dependencies (#13)
Browse files Browse the repository at this point in the history
Update and lock patch versions for all dependencies.

Addresses: chronotope/chrono#602
  • Loading branch information
karlpvoss authored Sep 23, 2023
1 parent 4582dca commit 3f41d20
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 129 deletions.
147 changes: 24 additions & 123 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["development-tools::debugging", "visualization", "database"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.4", features = ["serde"] }
clap = { version = "4.3", features = ["derive"] }
csv = "1.2"
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0.47"
serde = { version = "1.0.188", features = ["derive"] }
uuid = { version = "1.4.1", features = ["serde"] }
clap = { version = "4.4.4", features = ["derive"] }
csv = "1.2.2"
chrono = { version = "0.4.31", features = ["serde"] }
thiserror = "1.0.48"
scylla = "0.9.0"
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }

0 comments on commit 3f41d20

Please sign in to comment.