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] authored Dec 31, 2023
1 parent b5d8e69 commit e66f448
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.78"
async-channel = "2.1.1"
async-trait = "0.1.74"
async-trait = "0.1.76"
camino = { version = "1.1.6", features = ["serde", "serde1"] }
clap = { version = "4.4.8", features = ["derive", "env"] }
clap = { version = "4.4.12", features = ["derive", "env"] }
color-eyre = "0.6.2"
dotenvy = { version = "0.15.7", features = ["clap"] }
futures-util = "0.3.29"
futures-util = "0.3.30"
google-drive3 = "5.0.3+20230115"
hex = "0.4.3"
hmac = "0.12.1"
Expand All @@ -23,17 +23,17 @@ mime = "0.3.17"
opentelemetry = { version = "0.21.0", features = ["rt-tokio", "metrics"] }
opentelemetry-otlp = { version = "0.14.0", features = ["metrics"] }
opentelemetry-semantic-conventions = "0.13.0"
redis = { version = "0.23.4", features = ["tokio", "aio", "tokio-comp"] }
redis = { version = "0.24.0", features = ["tokio", "aio", "tokio-comp"] }
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["stream", "rustls-tls"], default-features=false }
reqwest = { version = "0.11.23", features = ["stream", "rustls-tls"], default-features=false }
rsmq_async = "8.0.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sha2 = "0.10.8"
tempfile = "3.8.1"
tempfile = "3.9.0"
test-case = "3.3.1"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["full"] }
thiserror = "1.0.53"
tokio = { version = "1.35.1", features = ["full"] }
tokio-util = "0.7.10"
tracing = "0.1.40"
tracing-error = "0.2.0"
Expand Down

0 comments on commit e66f448

Please sign in to comment.