diff options
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 2f67d418..88eff20b 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -52,7 +52,7 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi #netapp = { version = "0.3.2", git = "https://git.deuxfleurs.fr/lx/netapp" } #netapp = { version = "0.4", path = "../../../netapp" } -netapp = "0.4" +netapp = "0.4.1" [dev-dependencies] aws-sdk-s3 = "0.6" |