Skip to content

Commit

Permalink
fix(deps): update all patchlevel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent fee9dd7 commit 1e2d1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
clap = { version = "4.2", features = ["cargo", "env"] }
clap = { version = "4.4", features = ["cargo", "env"] }
daemonize = "0.5"
humansize = "2.1"
itertools = "0.12.0"
Expand All @@ -35,7 +35,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.27"
sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "^1", features = ["full"] }
tokio = { version = "^1.35.0", features = ["full"] }
tracing = "0.1"
tracing-futures = "0.2"
tracing-opentelemetry = "0.22.0"
Expand Down

0 comments on commit 1e2d1b1

Please sign in to comment.