Skip to content

Commit 9fed259

Browse files
⬆️ deps: Update dependencies (non-major) (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: SigureMo <sigure.qaq@gmail.com>
1 parent 34df3bf commit 9fed259

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

packages/biliass/Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/biliass/rust/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ name = "biliass_core"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.22.2", features = ["abi3-py39"] }
13-
bytes = "1.7.1"
14-
prost = "0.13.2"
12+
pyo3 = { version = "0.22.3", features = ["abi3-py39"] }
13+
bytes = "1.7.2"
14+
prost = "0.13.3"
1515
thiserror = "1.0.63"
16-
quick-xml = "0.36.1"
16+
quick-xml = "0.36.2"
1717
cached = "0.53.1"
1818

1919
[build-dependencies]
20-
prost-build = "0.13.2"
20+
prost-build = "0.13.3"
2121
protox = "0.7.1"

0 commit comments

Comments
 (0)