Update dependencies

This commit is contained in:
Andrey Golovizin 2023-08-21 12:39:41 +02:00
parent 544ff50db2
commit bc31468262
2 changed files with 72 additions and 77 deletions

View file

@ -16,9 +16,8 @@ env_logger = "0.10.0"
gethostname = "0.4.1"
ipnet = "2.5.0"
log = "0.4.17"
netaddr2 = "0.10.0"
once_cell = "1.17.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
ureq = { version = "2.5.0", features = ["json"] }
x25519-dalek = { version = "2.0.0-rc.2", features = ["getrandom", "static_secrets"] }
x25519-dalek = { version = "2.0.0", features = ["getrandom", "static_secrets"] }