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 Mar 19, 2024
1 parent 3b733e0 commit a6cfaa0
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,46 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
async-channel = "2.1.1"
async-trait = "0.1.74"
anyhow = "1.0.81"
async-channel = "2.2.0"
async-trait = "0.1.78"
camino = { version = "1.1.6", features = ["serde", "serde1"] }
clap = { version = "4.4.8", features = ["derive", "env"] }
color-eyre = "0.6.2"
clap = { version = "4.5.3", features = ["derive", "env"] }
color-eyre = "0.6.3"
dotenvy = { version = "0.15.7", features = ["clap"] }
futures-util = "0.3.29"
google-drive3 = "5.0.3+20230115"
futures-util = "0.3.30"
google-drive3 = "5.0.4"
hex = "0.4.3"
hmac = "0.12.1"
jwt = "0.16.0"
lazy_static = "1.4.0"
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"] }
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["stream", "rustls-tls"], default-features=false }
rsmq_async = "8.0.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
opentelemetry = { version = "0.22.0", features = ["rt-tokio", "metrics"] }
opentelemetry-otlp = { version = "0.15.0", features = ["metrics"] }
opentelemetry-semantic-conventions = "0.14.0"
redis = { version = "0.25.2", features = ["tokio", "aio", "tokio-comp"] }
regex = "1.10.3"
reqwest = { version = "0.11.26", features = ["stream", "rustls-tls"], default-features=false }
rsmq_async = "8.0.2"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sha2 = "0.10.8"
tempfile = "3.8.1"
tempfile = "3.10.1"
test-case = "3.3.1"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["full"] }
thiserror = "1.0.58"
tokio = { version = "1.36.0", features = ["full"] }
tokio-util = "0.7.10"
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-opentelemetry = { version = "0.22.0", features = ["metrics"] }
tracing-opentelemetry = { version = "0.23.0", features = ["metrics"] }
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.6.1", features = ["v7", "serde"] }
uuid = { version = "1.8.0", features = ["v7", "serde"] }
warp = "0.3.6"

[dev-dependencies]
prettydiff = "0.6.4"
strsim = "0.10.0"
strsim = "0.11.0"

[build-dependencies]
chrono = "0.4.31"
chrono = "0.4.35"

0 comments on commit a6cfaa0

Please sign in to comment.