mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-11 15:21:10 +00:00
Bump dependencies (#293)
This commit is contained in:
Generated
+1258
-1234
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -7,22 +7,22 @@ license = "GPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.10.0"
|
||||
actix-web = "3.0.2"
|
||||
actix-web = "3.1.0"
|
||||
actix-web-actors = "3.0.0"
|
||||
actix-http = "2.0.0"
|
||||
bytes = "0.5.6"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
fnv = "1.0.6"
|
||||
fnv = "1.0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["raw_value"] }
|
||||
primitive-types = { version = "0.5.0", features = ["serde"] }
|
||||
primitive-types = { version = "0.7.2", features = ["serde"] }
|
||||
log = "0.4"
|
||||
simple_logger = "1.3.0"
|
||||
simple_logger = "1.11.0"
|
||||
num-traits = "0.2"
|
||||
parking_lot = "0.9"
|
||||
parking_lot = "0.11"
|
||||
reqwest = "0.9.18"
|
||||
rustc-hash = "1.0.1"
|
||||
clap = "3.0.0-beta.1"
|
||||
rustc-hash = "1.1.0"
|
||||
clap = "3.0.0-beta.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ const ABOUT: &'static str = "This is the Telemetry Backend that injects and prov
|
||||
#[clap(name = NAME, version = VERSION, author = AUTHORS, about = ABOUT)]
|
||||
struct Opts {
|
||||
#[clap(
|
||||
short = "l",
|
||||
short = 'l',
|
||||
long = "listen",
|
||||
default_value = "127.0.0.1:8000",
|
||||
about = "This is the socket address Telemetry is listening to. This is restricted localhost (127.0.0.1) by default and should be fine for most use cases. If you are using Telemetry in a container, you likely want to set this to '0.0.0.0:8000'"
|
||||
|
||||
Reference in New Issue
Block a user