1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update actix versions

This commit is contained in:
Rob Ede
2025-05-12 03:20:02 +01:00
parent f0035f7188
commit c39ea70fa8
3 changed files with 531 additions and 596 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "cert-watch"
name = "example-cert-watch"
edition.workspace = true
rust-version.workspace = true
@ -9,6 +9,6 @@ color-eyre.workspace = true
env_logger.workspace = true
eyre.workspace = true
log.workspace = true
notify = "6"
notify = { workspace = true }
rustls.workspace = true
tokio = { workspace = true, features = ["time", "rt", "macros"] }