Skip to content

Commit

Permalink
Merge pull request #50 from OneLiteFeatherNET/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
Randoooom authored Jul 29, 2024
2 parents 3bea7e2 + 45da48b commit df7e83b
Show file tree
Hide file tree
Showing 9 changed files with 917 additions and 847 deletions.
271 changes: 131 additions & 140 deletions Cargo.lock

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@ 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"
bincode = { version = "1.3.3", optional = true }
bb8 = { version = "0.8.5", optional = true }
cached = { version = "0.52.0", features = ["async", "proc_macro"] }
cached = { version = "0.53.0", features = ["async", "proc_macro"] }
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"
nanoid = "0.4.0"
notify = "6.1.1"
openidconnect = "3.5.0"
opentelemetry = { version = "0.23.0", optional = true }
opentelemetry_sdk = { version = "0.23.0", optional = true, features = [
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry_sdk = { version = "0.24.0", optional = true, features = [
"rt-tokio",
] }
opentelemetry-otlp = { version = "0.16.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.15.0", optional = true }
opentelemetry-http = { version = "0.12.0", optional = true }
opentelemetry-otlp = { version = "0.17.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.16.0", optional = true }
opentelemetry-http = { version = "0.13.0", optional = true }
paste = "1.0.14"
prost-types = "0.12.4"
prost-types = "0.13.0"
rbatis = "4.5.21"
rbdc-pg = { version = "4.5.6", optional = true }
rbdc-mysql = { version = "4.5.7", optional = true }
Expand All @@ -49,18 +49,18 @@ serde-this-or-that = { git = "https://github.com/Randoooom/serde-this-or-that.gi
serde_yaml = "0.9.34"
skytable = { version = "0.8.10", optional = true }
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-opentelemetry = { version = "0.25.0", optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
typed-builder = "0.18.1"
typed-builder = "0.19.0"
validator = { version = "0.18", features = ["derive"] }
version-compare = "0.2.0"

Expand Down
4 changes: 2 additions & 2 deletions codegen/Cargo.lock

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

Loading

0 comments on commit df7e83b

Please sign in to comment.