Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 22d767d commit 999f19b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ edition = "2021"
authors = ["Duyet <me@duyet.net>"]

[dependencies]
anyhow = { version = "1.0.68", features = ["backtrace"] }
aws-config = "0.53.0"
aws-sdk-athena = "0.23.0"
bat = "0.22.1"
chrono = "0.4.23"
clap = { version = "4.1.1", features = ["derive"] }
anyhow = { version = "1.0.82", features = ["backtrace"] }
aws-config = "0.101.0"
aws-sdk-athena = "0.39.0"
bat = "0.24.0"
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
devtimer = "4.0.1"
env_logger = "0.10.0"
log = "0.4.17"
regex = "1.7.1"
tera = "1.17.1"
tokio = { version = "1.24.2", features = ["full"] }
walkdir = "2.3.2"
env_logger = "0.11.3"
log = "0.4.21"
regex = "1.10.4"
tera = "1.19.1"
tokio = { version = "1.37.0", features = ["full"] }
walkdir = "2.5.0"

[dev-dependencies]
assert_cmd = "2.0.8"
indoc = "2.0.0"
predicates = "3.0.2"
assert_cmd = "2.0.14"
indoc = "2.0.5"
predicates = "3.1.0"
serial_test = "2.0.0"
tempfile = "3.3.0"
tempfile = "3.10.1"

0 comments on commit 999f19b

Please sign in to comment.