diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-27 13:12:41 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-27 13:13:00 +0200 |
commit | 897cbf2c27e4477dde51eee5b73fa3267b4c7098 (patch) | |
tree | 29153b1e41e1d4fb76187df852de26b64baaeb13 /src/util | |
parent | ad82035b98ba1e5c8301afb4b4568b18e0151f3b (diff) | |
download | garage-897cbf2c27e4477dde51eee5b73fa3267b4c7098.tar.gz garage-897cbf2c27e4477dde51eee5b73fa3267b4c7098.zip |
actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix #629)v0.9.0-beta4
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 2efb0270..641d1e90 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -32,7 +32,7 @@ rand = "0.8" sha2 = "0.10" chrono = "0.4" -rmp-serde = "0.15" +rmp-serde = "1.1.2" serde = { version = "1.0", default-features = false, features = ["derive", "rc"] } serde_json = "1.0" toml = "0.6" @@ -40,7 +40,7 @@ toml = "0.6" futures = "0.3" tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] } -netapp = "0.5" +netapp = "0.10" http = "0.2" hyper = "0.14" |