Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Apr 12, 2024
1 parent a2ece89 commit 41d8f8f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
15 changes: 11 additions & 4 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.34"
chrono = "0.4.37"
chrono-human-duration = "0.1.1"
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
cli-table = "0.4.7"
color-eyre = "0.6.2"
color-eyre = "0.6.3"
convert_case = "0.6.0"
diffy = "0.3.0"
fs_extra = "1.3.0"
include_dir = "0.7.3"
itertools = "0.12.1"
names = { version = "0.14.0", default-features = false }
regex = "1.10.3"
rust-ini = "0.20.0"
regex = "1.10.4"
rust-ini = "0.21.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sqlparser = "0.43.1"
serde_json = "1.0.115"
sqlparser = "0.45.0"
surrealdb = { version = "1.4.0", features = ["protocol-http", "sql2"] }
tokio = { version = "1.36.0", features = ["macros"] }
tokio = { version = "1.37.0", features = ["macros"] }

[dev-dependencies]
assert_cmd = "2.0.14"
Expand All @@ -40,7 +40,7 @@ dir-diff = "0.3.3"
predicates = "3.1.0"
pretty_assertions = "1.4.0"
serial_test = "3.0.0"
tokio-test = "0.4.3"
tokio-test = "0.4.4"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "surrealdb_unstable"]

0 comments on commit 41d8f8f

Please sign in to comment.