summaryrefslogtreecommitdiffhomepage
path: root/test/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2025-04-23Bump quinn-proto to 0.11.11David Lönnhager1-17/+107
2025-04-23Remove `async_trait` from `Cargo.toml`Sebastian Holmin1-1/+0
2025-04-11Bump `crossbeam-channel` to 0.5.15 to mitigate RUSTSEC-2025-0024Markus Pettersson1-2/+2
2025-04-07Bump `tokio` to `1.44.2` in `test` workspaceMarkus Pettersson1-6/+6
Fixes RUSTSEC-2025-0023
2025-03-28Switch from staging to prod for version metadataDavid Lönnhager1-1/+0
2025-03-25Add function for fetching version info from new endpoint to mullvad-apiDavid Lönnhager1-2/+77
Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net>
2025-03-11Bump `env_logger` to get rid of `humantime`Markus Pettersson1-39/+78
2025-03-10Bump `ring` to `0.7.13` to mitigate RUSTSEC-2025-0009Markus Pettersson1-5/+4
2025-02-25Update test/Cargo.lockJoakim Hulthe1-1/+1
2025-02-21Switch to regex-lite for mullvad-versionDavid Lönnhager1-1/+7
This brings down the binary size of installer-downloader from 2.3 M to 1.4 M with size optimizations enabled
2025-02-12Update `cbindgen`Sebastian Holmin1-7/+50
2025-02-11Update hickory to fix RUSTSEC-2025-0006David Lönnhager1-4/+4
2025-02-03Bump `ssh2` to 0.9.5Markus Pettersson1-56/+13
2025-01-24Complete leak checker and implement in daemonJoakim Hulthe1-15/+15
2025-01-22Add location overrides per test to test-manager configMarkus Pettersson1-0/+1
2025-01-03Upgrade `thiserror` to version 2Markus Pettersson1-59/+79
2024-12-13Bump `tokio` to version 1.42Markus Pettersson1-2/+2
2024-12-11Update `hickory-resolver` to version 0.24.2Markus Pettersson1-2/+2
2024-12-11Update `idna` to version 1.0.3Markus Pettersson1-30/+269
2024-11-26Upgrade rustls to silence RUSTSEC-2024-0399Linus Färnstrand1-9/+9
2024-11-22Add non-blocking DNS resolver for Android API requestsDavid Lönnhager1-30/+32
2024-11-08Remove `once_cell` from `test` workspaceMarkus Pettersson1-2/+0
2024-11-08Check that the daemon version is correct post-upgradeMarkus Pettersson1-0/+8
2024-10-31Update `test/Cargo.lock` fileMarkus Pettersson1-28/+136
2024-10-18Set HOME env var in test runnerDavid Lönnhager1-0/+1
2024-10-16Replace old client with `hyper_util` legacy clientSebastian Holmin1-0/+1
2024-10-16Bump `tower`Sebastian Holmin1-11/+31
2024-10-16Update `rustls` in `tls_stream.rs`Sebastian Holmin1-178/+3
2024-10-16Update `hyper` and other deps that use `hyper`Sebastian Holmin1-236/+319
2024-10-07Bump `futures-util` since the previous version was yankedMarkus Pettersson1-14/+14
2024-10-02Bump tonic to 0.12.3 in test/Cargo.lock alsoJoakim Hulthe1-4/+4
Oops
2024-09-26Replace `aws-lc-rs` with `ring` as crypto providerSebastian Holmin1-231/+5
2024-09-26Update to `hyper` version 1 echosystem for e2e testsSebastian Holmin1-34/+284
2024-09-25Upgrade `tonic` to 0.12 and `prost` to 0.13Sebastian Holmin1-54/+190
Upgrading `tonic` is a prerequisite to later on upgrading `hyper` to version 1.0. As of version 1.0, `hyper` no longer uses `tokio`s `AsyncWriter` and `AsyncReader` traits, instead defining its own versions, see <https://github.com/hyperium/hyper/issues/3110>. As tonic `0.12` is updated to use the `hyper 1.0` ecosystem, it changed some of its trait-bounds to the new `hyper` traits. The `hyper-utils` crate provides the wrapper `TokioIo`, which converts between the two. `prost` had to be upgraded as well, for compatibility.
2024-09-10Expose Shadowsocks fd on AndroidDavid Lönnhager1-36/+45
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-6/+0
2024-08-14Add typed target tunnel stateDavid Lönnhager1-0/+1
2024-08-14Make talpid-dbus optional in talpid-platform-metadataDavid Lönnhager1-33/+0
2024-08-13Refactor tunnel provider and TalpidVpnServiceDavid Lönnhager1-0/+1
This also fixes the issue of the VPN service being restarted unnecessarily
2024-08-07Promote serde(_json) to workspace dependenciesJoakim Hulthe1-6/+7
2024-07-26Update `Cargo.lock`Sebastian Holmin1-14/+5
Needed because of the update to `ipnetwork = "0.20"` in the app workspace.
2024-07-16Add E2E test of CVE-2019-14899 mitigationJoakim Hulthe1-61/+35
2024-07-16Upgrade the `bytes` dependency away from a yanked version with a bugLinus Färnstrand1-2/+2
2024-06-19Bump curve25519-dalekDavid Lönnhager1-9/+2
This update fixes RUSTSEC-2024-0344.
2024-06-03Update `test/Cargo.lock`Markus Pettersson1-1/+0
2024-04-30Downgrade zeroize in test workspaceDavid Lönnhager1-2/+2
1.8.0 has been yanked
2024-04-25Update windows-sysJoakim Hulthe1-584/+586
2024-04-23Upgrade rustls to avoid RUSTSEC-2024-0336Linus Färnstrand1-14/+35
2024-04-12Upgrade `pcap` to `1.3`Markus Pettersson1-2/+3
This fixes type checking of `pcap` functions on Windows. Without it, type checking of the ``test-runner` crate from a Linux host to a Windows target would not work.
2024-04-04Add macros for implementing `Intersection` traitSebastian Holmin1-0/+11