Skip to content

Commit

Permalink
Merge pull request #41 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 committed Apr 15, 2024
2 parents 35e4267 + ccf032b commit 9f0b874
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 554 deletions.
50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,44 @@ name = "bindings"
path = "src/bindings.rs"

[dependencies]
aliri = "0.6.2"
aliri_axum = "0.3.0"
aliri = "0.6.3"
aliri_axum = "0.4.0"
aliri_clock = "0.1.4"
aliri_oauth2 = "0.10.0"
aliri_tower = "0.5.0"
async-trait = "0.1.77"
axum = "0.6.20"
chrono = { version = "0.4.31", features = ["serde"] }
aliri_oauth2 = "0.10.1"
aliri_tower = "0.6.0"
async-trait = "0.1.80"
axum = "0.7.5"
chrono = { version = "0.4.38", features = ["serde"] }
derivative = "2.2.0"
envy = "0.4.2"
getset = "0.1.2"
kanal = "0.1.0-pre8"
lazy_static = "1.4.0"
nanoid = "0.4.0"
openidconnect = "3.4.0"
openidconnect = "3.5.0"
paste = "1.0.14"
rbatis = "4.4.20"
rbdc-pg = { version = "4.4.19", optional = true }
rbdc-mysql = { version = "4.4.19", optional = true }
rbs = "4.4.3"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.114"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
rbatis = "4.5.21"
rbdc-pg = { version = "4.5.6", optional = true }
rbdc-mysql = { version = "4.5.7", optional = true }
rbs = "4.5.13"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
thiserror = "1.0.58"
tokio = { version = "1.37.0", features = ["full"] }
tower = { version = "0.4.13", features = ["limit", "buffer"] }
tower-http = { version = "0.4.4", features = ["trace"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tracing = "0.1.39"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
ts-rs = { version = "7.0.0", optional = true }
typed-builder = "0.18.0"
utoipa = { version = "4.1.0", features = ["yaml", "chrono"] }
validator = { version = "0.16", features = ["derive"] }
version-compare = "0.1.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
ts-rs = { version = "7.1.1", optional = true }
typed-builder = "0.18.1"
utoipa = { version = "4.2.0", features = ["yaml", "chrono"] }
validator = { version = "0.18", features = ["derive"] }
version-compare = "0.2.0"

[dev-dependencies]
rand = "0.8.5"
reqwest = { version = "0.11.26", features = ["json"] }
test-log = "0.2.14"
reqwest = { version = "0.12.3", features = ["json"] }
test-log = "0.2.15"

[features]
default = ["all-databases"]
Expand Down
6 changes: 3 additions & 3 deletions lib/core/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion lib/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sass": "^1.71.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitepress": "1.0.0-rc.45",
"vitepress": "1.1.0",
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit 9f0b874

Please sign in to comment.