Skip to content

Commit 679c2ca

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 284e6c9 commit 679c2ca

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

Cargo.lock

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

glslt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ log = "0.4"
2929
indexmap = { version = "2.2", features = ["std"] }
3030

3131
[dependencies.pyo3]
32-
version = "0.20"
32+
version = "0.21"
3333
features = [ "extension-module" ]
3434
optional = true
3535

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.77.0"
2+
channel = "1.77.1"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

0 commit comments

Comments
 (0)