diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-09-16 21:41:41 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-17 02:12:20 +0100 |
commit | 3144710fe3cb06112d0c0a79c0435310cafd29da (patch) | |
tree | b8861a7333578510e30717b28a288d60b969b4c4 /tools/unitctl/Cargo.lock | |
parent | f7771378fcccaafb8f373a3655d5198196cbfabe (diff) | |
download | unit-3144710fe3cb06112d0c0a79c0435310cafd29da.tar.gz unit-3144710fe3cb06112d0c0a79c0435310cafd29da.tar.bz2 |
tools/unitctl: Update for version 1.33.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools/unitctl/Cargo.lock')
-rw-r--r-- | tools/unitctl/Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/unitctl/Cargo.lock b/tools/unitctl/Cargo.lock index bcbe53b7..58f07b8b 100644 --- a/tools/unitctl/Cargo.lock +++ b/tools/unitctl/Cargo.lock @@ -2021,7 +2021,7 @@ dependencies = [ [[package]] name = "unit-client-rs" -version = "0.4.0-beta" +version = "1.33.0" dependencies = [ "bollard", "custom_error", @@ -2044,7 +2044,7 @@ dependencies = [ [[package]] name = "unit-openapi" -version = "0.4.0-beta" +version = "1.33.0" dependencies = [ "base64 0.21.5", "futures", @@ -2058,7 +2058,7 @@ dependencies = [ [[package]] name = "unitctl" -version = "0.4.0-beta" +version = "1.33.0" dependencies = [ "clap", "colored_json", |