diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-02-04 13:27:49 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-02-05 10:57:28 +0100 |
| commit | ae816738ccb7444a2b4218ede58d42f45cd95c04 (patch) | |
| tree | e5b8b3d9c9cdff9a8b063ffb1f1505286928fb69 /talpid-dbus | |
| parent | 63467193e1a77cd676838a367486b3dd03d55748 (diff) | |
| download | mullvadvpn-ae816738ccb7444a2b4218ede58d42f45cd95c04.tar.xz mullvadvpn-ae816738ccb7444a2b4218ede58d42f45cd95c04.zip | |
Upgrade err-derive dependency to 0.3.0
Diffstat (limited to 'talpid-dbus')
| -rw-r--r-- | talpid-dbus/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-dbus/Cargo.toml b/talpid-dbus/Cargo.toml index 57ffda5eb9..94d67d61fe 100644 --- a/talpid-dbus/Cargo.toml +++ b/talpid-dbus/Cargo.toml @@ -7,6 +7,6 @@ publish = false [target.'cfg(target_os = "linux")'.dependencies] dbus = "0.9" -err-derive = "0.2.1" +err-derive = "0.3.0" lazy_static = "1.0" log = "0.4" |
