mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2026-01-17 20:07:00 +01:00
cargo: upgrade dependencies
- Drop support for Rust 1.48 as Proxmox 8 uses Debian 12 as its base.
This commit is contained in:
@@ -6,11 +6,10 @@ edition = "2018"
|
|||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
# `parking_lot` version 0.12 bumped their MSRV to 1.49, use 0.11 to stay compatible with 1.48.
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ctor = "0.1.21"
|
ctor = "0.2.7"
|
||||||
libc = "0.2.102"
|
libc = "0.2.102"
|
||||||
parking_lot = "0.11.2"
|
parking_lot = "0.12.1"
|
||||||
serde = { version = "1.0.130", features = ["derive"] }
|
serde = { version = "1.0.130", features = ["derive"] }
|
||||||
toml = "0.8.11"
|
toml = "0.8.11"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user