diff --git a/Cargo.toml b/Cargo.toml index e77fc3b..e2ee6e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ redis = { version = "0.21.2", features = [ "tokio-comp", "cluster"] } redis-graph = { version = "0.4.1", features = ['tokio-comp'] } sqlx = {version = "0.5.7", default-features = false, features = ["macros","runtime-tokio-rustls","sqlite", "mysql", "postgres", "decimal", "chrono"]} -zterton = { version = "0.1.1", path = "../lib/zterton" } +webenv = { version = "0.1.2", path = "../lib/webenv" } app_tools = { version = "0.1.0", path = "../lib/utils/app_tools" } app_env = { version = "0.1.0", path = "../lib/defs/app_env" } @@ -78,4 +78,4 @@ clds = { version = "0.1.0", path = "../lib/clds" } key_of_life = { path = "../lib/key_of_life" } [dev-dependencies] -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0"