diff options
Diffstat (limited to 'exes/webhook/Cargo.toml')
| -rw-r--r-- | exes/webhook/Cargo.toml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/exes/webhook/Cargo.toml b/exes/webhook/Cargo.toml index 5bcc550..5d3e83a 100644 --- a/exes/webhook/Cargo.toml +++ b/exes/webhook/Cargo.toml @@ -15,7 +15,7 @@ hyper = { workspace = true }  anyhow = { workspace = true }  hex = "0.4.3" -ed25519-dalek = "1" -twilight-model = "0.15.2" +ed25519-dalek = "2" +twilight-model = "0.15.4" -async-nats = "0.29.0" +async-nats = "0.35.1"  | 
