aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-04-14 18:24:35 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-04-14 18:24:35 +0200
commit97ab20783440a77aa38a57c9a104d98b6d570088 (patch)
tree348ede076d240899ed06da308129b788c525d49c /Cargo.toml
parent06ffff50f724f98b3d56d03bb037ec3f58258be2 (diff)
voip port forwarding
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7a84890..8f8c9f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"