Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 5ea31c3 commit ab70929
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 194 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ feedback_fusion_codegen = { path = "./codegen" }
aliri = "0.6.3"
aliri_clock = "0.1.4"
aliri_oauth2 = { version = "0.10.1", features = ["rustls-tls"] }
aliri_tower = "=0.5.0"
aliri_tower = "=0.6.0"
aliri_traits = "0.1.1"
async-trait = "0.1.80"
chrono = { version = "0.4.38", features = ["serde"] }
derivative = "2.2.0"
envy = "0.4.2"
futures = "0.3.30"
getset = "0.1.2"
itertools = "0.12.1"
itertools = "0.13.0"
kanal = "0.1.0-pre8"
lazy_static = "1.4.0"
log = "0.4.22"
Expand All @@ -45,14 +45,14 @@ serde_json = "1.0.115"
serde-this-or-that = { git = "https://github.com/Randoooom/serde-this-or-that.git", branch = "feature/bool-signed" }
serde_yaml = "0.9.34"
thiserror = "1.0.58"
tonic = "0.11.0"
tonic-health = "0.11.0"
tonic-reflection = "0.11.0"
tonic-web = "0.11.0"
tonic = "0.12.0"
tonic-health = "0.12.0"
tonic-reflection = "0.12.0"
tonic-web = "0.12.0"
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
tokio-retry = "0.3"
tower-http = { version = "=0.4.4", features = ["trace", "validate-request"] }
tower-http = { version = "=0.5.2", features = ["trace", "validate-request"] }
tracing = "0.1.39"
tracing-opentelemetry = { version = "0.24.0", optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
8 changes: 4 additions & 4 deletions codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
feedback_fusion_codegen = { path = "../codegen" }

rbatis = "4.5.21"
tonic = "0.11.0"
tonic = "0.12.0"
prost = "0.12.4"
prost-types = "0.12.4"
validator = { version = "0.18.1", features = ["derive"] }

[build-dependencies]
tonic-build = "0.11.0"
tonic-build = "0.12.0"
Loading

0 comments on commit ab70929

Please sign in to comment.