chore: bump dependencies; set MSRV to 1.91.0
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I9cc660c16187d07ee21f0a229b9fd1036a6a6964
This commit is contained in:
parent
69917a9247
commit
ead95bcbc9
2 changed files with 751 additions and 480 deletions
1223
Cargo.lock
generated
1223
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
30
Cargo.toml
30
Cargo.toml
|
|
@ -2,22 +2,32 @@
|
||||||
name = "eris"
|
name = "eris"
|
||||||
description = "Sophisticated HTTP tarpit and honeypot stream"
|
description = "Sophisticated HTTP tarpit and honeypot stream"
|
||||||
authors = ["NotAShelf <raf@notashelf.dev"]
|
authors = ["NotAShelf <raf@notashelf.dev"]
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
rust-version = "1.91.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.11.0"
|
actix-web = "4.13.0"
|
||||||
clap = { version = "4.5.51", features = ["derive"] }
|
clap = { version = "4.5.60", features = ["derive"] }
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.44"
|
||||||
futures = "0.3.31"
|
futures = "0.3.32"
|
||||||
ipnetwork = "0.21.1"
|
ipnetwork = "0.21.1"
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
prometheus = "0.14.0"
|
prometheus = "0.14.0"
|
||||||
prometheus_exporter = "0.8.5"
|
prometheus_exporter = "0.8.5"
|
||||||
rand = "0.9.2"
|
rand = "0.10.0"
|
||||||
rlua = "0.20.1"
|
rlua = "0.20.1"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.145"
|
serde_json = "1.0.149"
|
||||||
tokio = { version = "1.28.0", features = ["full"] }
|
tokio = { version = "1.49.0", features = ["full"] }
|
||||||
log = "0.4.28"
|
log = "0.4.29"
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.9"
|
||||||
|
thiserror = "2.0.18"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "eris"
|
||||||
|
path = "src/lib.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "eris"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue