diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-14 18:24:35 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-14 18:24:35 +0200 |
commit | 97ab20783440a77aa38a57c9a104d98b6d570088 (patch) | |
tree | 348ede076d240899ed06da308129b788c525d49c /Cargo.toml | |
parent | 06ffff50f724f98b3d56d03bb037ec3f58258be2 (diff) |
voip port forwarding
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ edition = "2021" [dependencies] failure = "0.1.8" -rustables = { git = "https://github.com/rsdsl/rustables.git", version = "0.9.0" } +rustables = { git = "https://github.com/rsdsl/rustables.git", version = "0.10.1" } thiserror = "1.0" |