@@ -64,33 +64,33 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"]
64
64
# nuclei = { version = "0.2", default-features = false, features = ["epoll", "async-exec"] }
65
65
nuclei = " 0.2.1"
66
66
lightproc = " 0.3.5"
67
- lever = " 0.1.3 "
68
- thiserror = " 1.0.37 "
69
- async-trait = " 0.1.58 "
67
+ lever = " 0.1.4 "
68
+ thiserror = " 1.0.40 "
69
+ async-trait = " 0.1.68 "
70
70
futures = { version = " 0.3" , default-features = false , features = [" std" , " async-await" ] }
71
71
futures-timer = " 3.0.2"
72
- crossbeam-channel = " 0.5.6 "
73
- rdkafka = { version = " 0.28 .0" , default-features = false , features = [" libz" ] }
72
+ crossbeam-channel = " 0.5.8 "
73
+ rdkafka = { version = " 0.29 .0" , default-features = false , features = [" libz" ] }
74
74
tracing = " 0.1.37"
75
75
url = " 2.3.1"
76
- libc = " 0.2.135 "
76
+ libc = " 0.2.141 "
77
77
cuneiform-fields = " 0.1.1"
78
- serde = { version = " 1.0.147 " , features = [" derive" ] }
79
- serde_json = " 1.0.87 "
78
+ serde = { version = " 1.0.160 " , features = [" derive" ] }
79
+ serde_json = " 1.0.96 "
80
80
bincode = " 1.3.3"
81
81
http-types = " 2.12.0"
82
82
async-h1 = " 2.3.3"
83
83
pin-project-lite = " 0.2.9"
84
- futures-lite = " 1.12 .0"
84
+ futures-lite = " 1.13 .0"
85
85
86
86
# Optionals
87
- rocksdb = { version = " 0.19.0 " , optional = true }
87
+ rocksdb = { version = " 0.20.1 " , optional = true }
88
88
elasticsearch = { version = " 7.14.0-alpha.1" , optional = true }
89
- deadpool-postgres = { version = " 0.10.2 " , features = [
89
+ deadpool-postgres = { version = " 0.10.5 " , features = [
90
90
" serde" ,
91
91
], optional = true }
92
92
deadpool = { version = " 0.9.5" , optional = true }
93
- async-global-executor = " 2.3.0 "
93
+ async-global-executor = " 2.3.1 "
94
94
[dev-dependencies ]
95
95
daemonize = " 0.4.1"
96
96
dirs = " 4.0.0"
0 commit comments