chore: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia2537b41147373d94e08325e8540bf906a6a6964
This commit is contained in:
parent
10c523ab89
commit
150f632fb8
1 changed files with 12 additions and 10 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue