diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-11 15:10:34 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-12 10:15:33 +0100 |
| commit | 99b9393962c75291d7610757b39db4cc00a68e1d (patch) | |
| tree | b0d3d1bcfd250894bc748602ebf58eb4df8e1bde /mullvad-api | |
| parent | 74d800fa2274517622b891745b629f62d6239a8a (diff) | |
| download | mullvadvpn-99b9393962c75291d7610757b39db4cc00a68e1d.tar.xz mullvadvpn-99b9393962c75291d7610757b39db4cc00a68e1d.zip | |
Update `cbindgen`
Diffstat (limited to 'mullvad-api')
| -rw-r--r-- | mullvad-api/Cargo.toml | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index 005d1a9505..db248daf63 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -22,15 +22,27 @@ thiserror = { workspace = true } futures = { workspace = true } http = "1.1.0" hyper = { version = "1.4.1", features = ["client", "http1"] } -hyper-util = { workspace = true} +hyper-util = { workspace = true } http-body-util = "0.1.2" tower = { workspace = true } ipnetwork = { workspace = true } log = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -tokio = { workspace = true, features = ["macros", "time", "rt-multi-thread", "net", "io-std", "io-util", "fs"] } -tokio-rustls = { version = "0.26.0", features = ["logging", "tls12", "ring"], default-features = false} +tokio = { workspace = true, features = [ + "macros", + "time", + "rt-multi-thread", + "net", + "io-std", + "io-util", + "fs", +] } +tokio-rustls = { version = "0.26.0", features = [ + "logging", + "tls12", + "ring", +], default-features = false } tokio-socks = "0.5.1" rustls-pemfile = "2.1.3" uuid = { version = "1.4.1", features = ["v4"] } @@ -41,7 +53,7 @@ mullvad-types = { path = "../mullvad-types" } talpid-types = { path = "../talpid-types" } talpid-time = { path = "../talpid-time" } -shadowsocks = { workspace = true, features = [ "stream-cipher" ] } +shadowsocks = { workspace = true, features = ["stream-cipher"] } [dev-dependencies] talpid-time = { path = "../talpid-time", features = ["test"] } @@ -49,8 +61,8 @@ tokio = { workspace = true, features = ["test-util", "time"] } mockito = "1.6.1" [build-dependencies] -cbindgen = { version = "0.24.3", default-features = false } +cbindgen = { version = "0.28.0", default-features = false } [lib] -crate-type = [ "rlib", "staticlib" ] +crate-type = ["rlib", "staticlib"] bench = false |
