diff --git a/Cargo.lock b/Cargo.lock index bd7248c..28155ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.5.2" +version = "0.5.4" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1a6e5ea..4da9f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.5.2" +version = "0.5.4" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE"