chore: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia2537b41147373d94e08325e8540bf906a6a6964
This commit is contained in:
raf 2025-10-31 22:46:32 +03:00
commit 150f632fb8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,21 +1,23 @@
[package]
name = "eris"
version = "0.1.0"
description = "Sophisticated HTTP tarpit and honeypot stream"
authors = ["NotAShelf <raf@notashelf.dev"]
version = "0.1.1"
edition = "2024"
[dependencies]
actix-web = "4.3.1"
clap = { version = "4.3", features = ["derive"] }
chrono = "0.4.24"
futures = "0.3.28"
actix-web = "4.11.0"
clap = { version = "4.5.51", features = ["derive"] }
chrono = "0.4.42"
futures = "0.3.31"
ipnetwork = "0.21.1"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
prometheus = "0.14.0"
prometheus_exporter = "0.8.5"
rand = "0.9.1"
rand = "0.9.2"
rlua = "0.20.1"
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.96"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.28.0", features = ["full"] }
log = "0.4.27"
log = "0.4.28"
env_logger = "0.11.8"