diff options
author | Alex <alex@adnab.me> | 2022-10-18 14:16:52 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-10-18 14:16:52 +0000 |
commit | 7bc9fd34b250384d1b80ed28dc6c9e6abcda69ae (patch) | |
tree | 2aa704a85ec0fe7ef8e28daaa1c71fd449be1453 /src/api | |
parent | 4582a8f34aba85ff7b0a56935f27cc166819dec1 (diff) | |
parent | a54a63c491556b746dab02a0766034af70c61457 (diff) | |
download | garage-7bc9fd34b250384d1b80ed28dc6c9e6abcda69ae.tar.gz garage-7bc9fd34b250384d1b80ed28dc6c9e6abcda69ae.zip |
Merge pull request 'upgrade Nix toolchain' (#400) from upgrade-toolchain into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/400
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 7c3ed43b..4d9a6ab6 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -36,7 +36,7 @@ sha2 = "0.10" futures = "0.3" futures-util = "0.3" -pin-project = "1.0" +pin-project = "1.0.11" tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] } tokio-stream = "0.1" |