🔊 reduce warnings from `cargo-audit`

main
_ 2023-08-31 20:02:36 -05:00
parent f8584d4a2d
commit 3668caf9cf
11 changed files with 430 additions and 602 deletions

1000
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@ exclude = [
anyhow = "1.0.38"
blake3 = "1.0.0"
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = "0.2.16"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1.25"
debug_proxy = { path = "crates/debug_proxy" }

View File

@ -13,11 +13,11 @@ async-trait = "0.1.45"
futures-util = "0.3.8"
http = "0.2.1"
hyper = { version = "0.14.4", features = ["server", "stream"] }
rusty_ulid = "0.10.1"
rusty_ulid = "2.0.0"
tokio = "1.32.0"
tokio-stream = "0.1.3"
tracing = "0.1.21"
tracing-subscriber = "0.2.15"
tracing-subscriber = "0.3.17"
[dependencies.reqwest]
version = "0.11.20"

View File

@ -18,7 +18,7 @@ structopt = "0.3.21"
tokio = { version = "1.32.0", features = [] }
tokio-stream = "0.1.3"
tracing = "0.1.25"
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.17"
uom = "0.30.0"
ptth_core = { path = "../ptth_core" }

View File

@ -25,10 +25,10 @@ ptth_file_server = { path = "../ptth_file_server_bin" }
ptth_server = { path = "../ptth_server" }
ptth_quic = { path = "../ptth_quic" }
rand = "0.8.4"
rusty_ulid = "0.10.1"
rusty_ulid = "2.0.0"
sha2 = "0.9.8"
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.17"
tracing = "0.1.25"
[dependencies.reqwest]

View File

@ -22,7 +22,7 @@ rcgen = "0.10.0"
ring = "0.16.20"
rmp-serde = "1.1.1"
rustls = "0.21.7"
rusty_ulid = "1.0.0"
rusty_ulid = "2.0.0"
serde = "1.0.151"
serde_json = "1.0.89"
structopt = "0.3.26"

View File

@ -22,7 +22,7 @@ rmp-serde = "1.1.2"
serde = "1.0.130"
structopt = "0.3.20"
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.17"
tracing = "0.1.25"
[dependencies.reqwest]

View File

@ -14,7 +14,7 @@ repository = "https://six-five-six-four.com/git/reactor/ptth"
anyhow = "1.0.66"
base64 = "0.13.0"
blake3 = "1.0.0"
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.28", features = ["serde"] }
clap = "2.33.3"
dashmap = "4.0.2"
futures = "0.3.7"
@ -25,7 +25,7 @@ hyper = { version = "0.14.23", features = ["http1", "http2", "server", "stream",
itertools = "0.9.0"
rand = "0.8.5"
rmp-serde = "1.1.2"
rusty_ulid = "1.0.0"
rusty_ulid = "2.0.0"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"
serde_urlencoded = "0.7.1"
@ -35,7 +35,7 @@ tokio-stream = "0.1.11"
toml = "0.5.10"
tracing = "0.1.37"
tracing-futures = "0.2.4"
tracing-subscriber = "0.2.15"
tracing-subscriber = "0.3.17"
ptth_core = { path = "../ptth_core", version = "2.0.0" }

View File

@ -24,7 +24,7 @@ anyhow = "1.0.38"
arc-swap = "1.2.0"
base64 = "0.13.0"
blake3 = "1.0.0"
chrono = {version = "0.4.19", features = ["serde"]}
chrono = {version = "0.4.28", features = ["serde"]}
futures = "0.3.7"
handlebars = "3.5.1"
http = "0.2.1"
@ -35,7 +35,7 @@ rand = "0.8.3"
regex = "1.4.1"
rmp-serde = "1.1.2"
rust-embed = "6.2.0"
rusty_ulid = "0.10.1"
rusty_ulid = "2.0.0"
serde = {version = "1.0.117", features = ["derive"]}
serde_json = "1.0.60"
structopt = "0.3.20"
@ -44,7 +44,7 @@ tokio = { version = "1.32.0", features = [] }
tokio-stream = "0.1.3"
tracing = "0.1.25"
tracing-futures = "0.2.5"
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.17"
toml = "0.5.7"
always_equal = { path = "../always_equal", version = "1.0.0" }

View File

@ -13,7 +13,7 @@ fltk = "1.4.10"
serde = {version = "1.0.117", features = ["derive"]}
tokio = "1.32.0"
tracing = "0.1.25"
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.17"
ptth_core = { path = "../ptth_core" }
ptth_server = { path = "../ptth_server" }

View File

@ -11,7 +11,7 @@ license = "AGPL-3.0"
anyhow = "1.0.38"
futures-util = "0.3.8"
tracing = "0.1.25"
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.17"
[dependencies.reqwest]
version = "0.11.20"