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:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user