From 10c9c026274bf3099a7474aa0319a15645e6d21f Mon Sep 17 00:00:00 2001 From: rubenfiszel Date: Wed, 4 Oct 2023 09:15:30 +0000 Subject: [PATCH] Apply automatic changes --- backend/Cargo.lock | 91 ++++++++++++++------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- python-client/wmill/pyproject.toml | 4 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- 12 files changed, 62 insertions(+), 59 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index aff0f8af1f4d0..4d7d26037b43c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3016,18 +3016,18 @@ dependencies = [ [[package]] name = "mail-builder" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "765969f4385f88a62738e8ed63e2fa630571d7ed6fd96ca6932d699513dd8c28" +checksum = "ef70f53409852d2612f2249810cbbe0c9931ca25b739b734bafc7f61d88051d4" dependencies = [ "gethostname", ] [[package]] name = "mail-send" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d2b8d0cb56f199d36f527ff96453cf3b1cdfdacb5e4d154ac1d8fcd89873c2" +checksum = "4cbc58a799366b3b2956a2c5ae7e2892ea34b3016343cbbdc5deb844aa6c0973" dependencies = [ "base64 0.20.0", "gethostname", @@ -3036,7 +3036,7 @@ dependencies = [ "smtp-proto", "tokio", "tokio-rustls", - "webpki-roots 0.23.1", + "webpki-roots 0.25.2", ] [[package]] @@ -4330,9 +4330,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.20" +version = "0.11.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" +checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" dependencies = [ "async-compression 0.4.3", "base64 0.21.4", @@ -4359,6 +4359,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "system-configuration", "tokio", "tokio-native-tls", "tokio-rustls", @@ -4604,7 +4605,7 @@ checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" dependencies = [ "log", "ring", - "rustls-webpki 0.101.6", + "rustls-webpki", "sct", ] @@ -4629,16 +4630,6 @@ dependencies = [ "base64 0.21.4", ] -[[package]] -name = "rustls-webpki" -version = "0.100.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "rustls-webpki" version = "0.101.6" @@ -6012,6 +6003,27 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "tap" version = "1.0.1" @@ -7018,22 +7030,13 @@ dependencies = [ "webpki", ] -[[package]] -name = "webpki-roots" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" -dependencies = [ - "rustls-webpki 0.100.3", -] - [[package]] name = "webpki-roots" version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888" dependencies = [ - "rustls-webpki 0.101.6", + "rustls-webpki", ] [[package]] @@ -7097,7 +7100,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "axum", @@ -7131,7 +7134,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "argon2", @@ -7192,7 +7195,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.180.0" +version = "1.181.0" dependencies = [ "base64 0.21.4", "chrono", @@ -7210,7 +7213,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.180.0" +version = "1.181.0" dependencies = [ "chrono", "serde", @@ -7223,7 +7226,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "axum", @@ -7251,7 +7254,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.180.0" +version = "1.181.0" dependencies = [ "serde", "serde_json", @@ -7259,7 +7262,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "lazy_static", @@ -7270,7 +7273,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "gosyn", @@ -7282,7 +7285,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "lazy_static", @@ -7293,7 +7296,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7304,7 +7307,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "async-recursion", @@ -7321,7 +7324,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "lazy_static", @@ -7332,7 +7335,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7349,7 +7352,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7367,7 +7370,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "async-recursion", @@ -7397,7 +7400,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.180.0" +version = "1.181.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 06f3d14a2ab5d..b814aff1a8523 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.180.0" +version = "1.181.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.180.0" +version = "1.181.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 62de5448c0e1c..20f960bfa9786 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.180.0 + version: 1.181.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 1ea0352b56638..027c3c430384a 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts"; import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts"; import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts"; -export const VERSION = "v1.180.0"; +export const VERSION = "v1.181.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 6b86b37ff7158..fefc8eabaf5c2 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.180.0"; +export const VERSION = "v1.181.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b57f98ab18ef4..997d9273f1b48 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.180.0", + "version": "1.181.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.180.0", + "version": "1.181.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 11796d7be152b..35f919b53d87c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.180.0", + "version": "1.181.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3f320385b0197..bfd292bc48f3f 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.180.0" -wmill_pg = ">=1.180.0" +wmill = ">=1.181.0" +wmill_pg = ">=1.181.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a96de6f5a292d..61af12e9a49e4 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.180.0 + version: 1.181.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 9e8e58c7e452a..eb2d04f0624a7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.180.0" +version = "1.181.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.180.0" +windmill-api = "^1.181.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index b9c840b97e5b9..b75baf322adf2 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.180.0" +version = "1.181.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/package.json b/typescript-client/package.json index 307fa14ceab8b..99ed47f0bd072 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.180.0", + "version": "1.181.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": {