Skip to content

Commit

Permalink
fix(deps): update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 164e1e2 commit f7cdce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redash-searcher-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ version = "0.2.9"
anyhow = {version = "1.0.75", features = ["backtrace"]}
async-trait = "0.1.74"
chrono = {version = "0.4.31", features = ["serde"]}
config = "0.13.4"
config = "0.14.0"
humantime = "2.1.0"
hyper = {version = "0.14", features = ["full"]}
maplit = "1.0.2"
once_cell = "1.17.2"
opensearch = "2.0.0"
reqwest = {version = "0.11", features = ["json"]}
reqwest = {version = "0.12", features = ["json"]}
serde = {version = "1.0.193", features = ["derive"]}
serde_json = "1.0.108"
tokio = {version = "1.27.0", features = ["full"]}
tonic = "0.8.3"
tonic = "0.12.0"
tracing = "0.1.40"
tracing-subscriber = {version = "0.3.18", features = ["json", "env-filter"]}

0 comments on commit f7cdce3

Please sign in to comment.