Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bd29ea8 authored by George Burgess IV's avatar George Burgess IV
Browse files

update to syslog-6

syslog <6 has dependencies on time ~0.1, which is vulnerable to
RUSTSEC-2020-0071.

Tag: #floss
Bug: 239449434
Test: TreeHugger

Change-Id: I7a12a92d8fb0361204f0f65237e25aeb36507c54
parent 369b4fe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ num-traits = "0.2"
protobuf = "2.0"
regex = "1.5"
serde_json = "1.0"
syslog = "4.0"
syslog = "6"
tokio = { version = "1.0", features = ["fs", "macros", "rt-multi-thread", "sync"] }

[build-dependencies]
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ num-derive = "0.3"
num-traits = "0.2"
rand = { version = "0.8.3", features = ["small_rng"] }
serde_json = "1.0"
syslog = "4.0"
syslog = "6"
tokio = { version = "1", features = ['bytes', 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', 'sync', 'time', 'tokio-macros'] }

[lib]