summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11Remove parking_lot from mullvad_daemon manifestDavid Lönnhager1-1/+0
2023-09-11Update winreg from 0.7 to 0.51David Lönnhager1-7/+8
2023-09-11Update tonic and prostDavid Lönnhager1-35/+20
2023-09-11Update dependenciesDavid Lönnhager1-745/+567
2023-08-30Remove unused socket2 dependencyEmīls1-1/+0
2023-08-29Update x25519-dalek to get stable version instead of rc3Linus Färnstrand1-4/+4
2023-08-28Update trust-dnsEmīls1-141/+106
2023-08-28Update shadowsocks to 1.16Emīls1-79/+143
2023-08-28Update rustls-webpki to avoid RUSTSEC-2023-0053Linus Färnstrand1-2/+2
2023-08-21Remove `wg_migration_rand_num` field from settingsMarkus Pettersson1-2/+0
2023-08-11Upgrade socket2 from 0.4 to 0.5 in our own cratesLinus Färnstrand1-4/+3
2023-08-08Enable the exception catching features of objcLinus Färnstrand1-0/+10
2023-08-08Migrate from libc::c_void to std::ffi::c_voidLinus Färnstrand1-1/+0
2023-08-08Adapt talpid-windows-net to windows-sys 0.48Linus Färnstrand1-0/+1
2023-08-08Upgrade windows-sys to 0.48Linus Färnstrand1-13/+13
2023-08-07Upgrade uuid from 0.8 to 1.4.1Linus Färnstrand1-2/+2
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-12/+11
To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`.
2023-08-03Upgrade ipconfig (gets rid of one direct dep on winapi)Linus Färnstrand1-20/+24
2023-08-03Use std::ffi::c_void in Rust<->iOS code instead of libc::c_voidLinus Färnstrand1-2/+0
2023-08-03Upgrade tokio-tfo to get rid of windows-sys 0.36Linus Färnstrand1-55/+22
2023-08-03Migrate translation-converter to err_deriveLinus Färnstrand1-49/+3
2023-08-02Remove unused dependencies in tunnel-obfuscationLinus Färnstrand1-1/+0
2023-08-02Remove unused dependencies from talpid-routingLinus Färnstrand1-1/+0
2023-08-02Remove unused dependencies from talpid-openvpnLinus Färnstrand1-3/+0
2023-08-02Remove unused dependencies from mullvad-relay-selectorLinus Färnstrand1-2/+0
2023-08-02Remove unused dependencies from mullvad-jniLinus Färnstrand1-4/+0
2023-08-02Remove unused dependencies from mullvad-daemonLinus Färnstrand1-4/+0
2023-08-02Remove unused regex dep from mullvad-apiLinus Färnstrand1-1/+0
2023-08-02Remove unused deps from mullvad-cliLinus Färnstrand1-3/+0
2023-08-02Remove a lot of unused dependency from talpid-coreLinus Färnstrand1-16/+0
2023-08-01Remove cfg-if and use regular cfg! macroLinus Färnstrand1-1/+0
2023-08-01Replace unmaintained dirs-next with maintained dirsLinus Färnstrand1-11/+17
Gets rid of one usage of winapi in our dependency tree
2023-08-01Upgrade rustls related cratesLinus Färnstrand1-19/+18
2023-08-01Disable chrono features to get rid of time dependencyLinus Färnstrand1-15/+2
2023-08-01Upgrade mio, tokio and parking_lot_core (to get newer windows-sys)Linus Färnstrand1-14/+13
2023-08-01Upgrade dependencies to get rid of some duplicate windows-sysLinus Färnstrand1-51/+26
io-lifetimes, tempfile, notify was upgraded
2023-08-01Upgrade colored to get rid of atty as a dependencyLinus Färnstrand1-23/+3
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-1/+1
2023-07-11Add bindings for tunnel obfuscator and a testAndrej Mihajlov1-0/+12
2023-07-07Remove unused instance of os_pipeLinus Färnstrand1-1/+0
2023-07-07Upgrade os_pipe to 1.1.4Linus Färnstrand1-13/+3
2023-07-07Upgrade duct to latest versionLinus Färnstrand1-7/+17
2023-07-05Upgrade hermit-abi to avoid yanked crateLinus Färnstrand1-3/+3
The upgrade is not important for us, since we don't target RustyHermit. But it's needed to keep `cargo audit` silent, and it's good hygiene. The hermit-abi crate did not have a changelog. But the change is just a ffi function linking name change https://github.com/hermitcore/rusty-hermit/issues/436
2023-07-03Remove usused byteorder dependencyLinus Färnstrand1-1/+0
2023-07-03Upgrade x25519-dalek to 2.0.0-rc.3Linus Färnstrand1-21/+53
2023-07-03Remove default features from cbindgen to get rid of clap 3Linus Färnstrand1-44/+7
2023-06-30Upgrade proc-macro2 to get rid of compiler errorLinus Färnstrand1-2/+2
Solves "unknown feature `proc_macro_span_shrink`" issue
2023-06-29Add basic features for custom list and file persistenceJonathan1-0/+2
Create the basic features outside of rename for custom lists and route these to the daemon. Persist custom lists in settings. Has basic custom list features done, adds errors. Adds reconnect in the case where a selected custom list is modified.
2023-06-27Upgrade `chrono` to `0.4.26`Markus Pettersson1-21/+112
Fix time zone being ignored on Android, incorrectly outputting UTC timestamps. This more recent version of `chrono` extracts timezone info from a tzdata file on Android. This issue is recognized in `chrono`'s issue tracker: https://github.com/chronotope/chrono/issues/922
2023-06-20Bump shadowsocks commit to prevent misaligned readsEmīls1-2/+2