Skip to content

Commit

Permalink
chore(deps): update cargo (runtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 40cb144 commit b1489f4
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,21 +6,21 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_yaml = "=0.9.34"
tokio = { version = "=1.41.1", features = ["full"] }
hyper = { version = "=1.5.1", features = ["full"] }
reqwest = { version = "=0.12.9", features = ["json"] }
tokio = { version = "=1.42.0", features = ["full"] }
hyper = { version = "=1.5.2", features = ["full"] }
reqwest = { version = "=0.12.10", features = ["json"] }
log = "=0.4.22"
hyper-util = { version = "=0.1.10", features = ["server", "http1", "http2", "tokio", "service"] }
http-body-util = "=0.1.2"
kafka = "=0.10.0"
serde_json = "=1.0.133"
chrono = "=0.4.38"
serde_json = "=1.0.134"
chrono = "=0.4.39"
uuid = { version = "=1.11.0", features = ["v4"] }
openapiv3 = "=2.0.0"
walkdir = "=2.5.0"
iptools = "=0.3.0"
clap = "=4.5.21"
tower-http = { version = "0.6.2", features = ["cors"] }
tower = { version = "0.5.1", features = ["util"] }
clap = "=4.5.23"
tower-http = { version = "=0.6.2", features = ["cors"] }
tower = { version = "=0.5.1", features = ["util"] }

0 comments on commit b1489f4

Please sign in to comment.