Skip to content

Commit 9f0b874

Browse files
authored
Merge pull request #41 from OneLiteFeatherNET/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 35e4267 + ccf032b commit 9f0b874

File tree

6 files changed

+524
-554
lines changed

6 files changed

+524
-554
lines changed

Cargo.toml

+25-25
Original file line numberDiff line numberDiff line change
@@ -18,44 +18,44 @@ name = "bindings"
1818
path = "src/bindings.rs"
1919

2020
[dependencies]
21-
aliri = "0.6.2"
22-
aliri_axum = "0.3.0"
21+
aliri = "0.6.3"
22+
aliri_axum = "0.4.0"
2323
aliri_clock = "0.1.4"
24-
aliri_oauth2 = "0.10.0"
25-
aliri_tower = "0.5.0"
26-
async-trait = "0.1.77"
27-
axum = "0.6.20"
28-
chrono = { version = "0.4.31", features = ["serde"] }
24+
aliri_oauth2 = "0.10.1"
25+
aliri_tower = "0.6.0"
26+
async-trait = "0.1.80"
27+
axum = "0.7.5"
28+
chrono = { version = "0.4.38", features = ["serde"] }
2929
derivative = "2.2.0"
3030
envy = "0.4.2"
3131
getset = "0.1.2"
3232
kanal = "0.1.0-pre8"
3333
lazy_static = "1.4.0"
3434
nanoid = "0.4.0"
35-
openidconnect = "3.4.0"
35+
openidconnect = "3.5.0"
3636
paste = "1.0.14"
37-
rbatis = "4.4.20"
38-
rbdc-pg = { version = "4.4.19", optional = true }
39-
rbdc-mysql = { version = "4.4.19", optional = true }
40-
rbs = "4.4.3"
41-
serde = { version = "1.0.193", features = ["derive"] }
42-
serde_json = "1.0.114"
43-
thiserror = "1.0.56"
44-
tokio = { version = "1.35.1", features = ["full"] }
37+
rbatis = "4.5.21"
38+
rbdc-pg = { version = "4.5.6", optional = true }
39+
rbdc-mysql = { version = "4.5.7", optional = true }
40+
rbs = "4.5.13"
41+
serde = { version = "1.0.197", features = ["derive"] }
42+
serde_json = "1.0.115"
43+
thiserror = "1.0.58"
44+
tokio = { version = "1.37.0", features = ["full"] }
4545
tower = { version = "0.4.13", features = ["limit", "buffer"] }
46-
tower-http = { version = "0.4.4", features = ["trace"] }
46+
tower-http = { version = "0.5.2", features = ["trace"] }
4747
tracing = "0.1.39"
48-
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
49-
ts-rs = { version = "7.0.0", optional = true }
50-
typed-builder = "0.18.0"
51-
utoipa = { version = "4.1.0", features = ["yaml", "chrono"] }
52-
validator = { version = "0.16", features = ["derive"] }
53-
version-compare = "0.1.1"
48+
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
49+
ts-rs = { version = "7.1.1", optional = true }
50+
typed-builder = "0.18.1"
51+
utoipa = { version = "4.2.0", features = ["yaml", "chrono"] }
52+
validator = { version = "0.18", features = ["derive"] }
53+
version-compare = "0.2.0"
5454

5555
[dev-dependencies]
5656
rand = "0.8.5"
57-
reqwest = { version = "0.11.26", features = ["json"] }
58-
test-log = "0.2.14"
57+
reqwest = { version = "0.12.3", features = ["json"] }
58+
test-log = "0.2.15"
5959

6060
[features]
6161
default = ["all-databases"]

lib/core/pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sass": "^1.71.1",
2121
"typescript": "^5.2.2",
2222
"vite": "^5.0.8",
23-
"vitepress": "1.0.0-rc.45",
23+
"vitepress": "1.1.0",
2424
"vue-tsc": "^1.8.25"
2525
}
2626
}

0 commit comments

Comments
 (0)