Skip to content

Commit 40e7dda

Browse files
Merge pull request #195 from code0-tech/renovate/tucana-0.x
Update Rust crate tucana to 0.0.50
2 parents a22da4d + 1978bf1 commit 40e7dda

File tree

3 files changed

+81
-93
lines changed

3 files changed

+81
-93
lines changed

Cargo.lock

Lines changed: 8 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
[workspace.dependencies]
99
serde = "1.0.219"
1010
serde_json = "1.0.140"
11-
tucana = "0.0.49"
11+
tucana = "0.0.50"
1212
clap = "4.5.41"
1313
colored = "3.0"
1414
tabled = "0.20"
Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
{
2-
"identifier": "REST",
3-
"settings": [
4-
{
5-
"identifier": "HTTP_URL",
6-
"unique": false,
7-
"dataTypeIdentifier": "HTTP_URL",
8-
"defaultValue": null,
9-
"name": [
10-
{
11-
"code": "en-US",
12-
"content": "URL"
13-
}
14-
],
15-
"description": [
16-
{
17-
"code": "en-US",
18-
"content": "Specifies the HTTP URL endpoint."
19-
}
20-
]
21-
},
22-
{
23-
"identifier": "HTTP_METHOD",
24-
"unique": false,
25-
"dataTypeIdentifier": "HTTP_METHOD",
26-
"defaultValue": null,
27-
"name": [
28-
{
29-
"code": "en-US",
30-
"content": "Method"
31-
}
32-
],
33-
"description": [
34-
{
35-
"code": "en-US",
36-
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37-
}
38-
]
39-
}
40-
],
41-
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
42-
"returnTypeIdentifier": "HTTP_RESPONSE",
43-
"editable": false,
44-
"name": [
45-
{
46-
"code": "en-US",
47-
"content": "Rest Endpoint"
48-
}
49-
],
50-
"description": [
51-
{
52-
"code": "en-US",
53-
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
54-
}
55-
],
56-
"documentation": [
57-
{
58-
"code": "en-US",
59-
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
60-
}
61-
],
62-
"displayMessage": [
63-
{
64-
"code": "en-US",
65-
"content": "On ${method} request to ${route}"
66-
}
67-
],
68-
"alias": [
69-
{
70-
"code": "en-US",
71-
"content": "http;rest;route;web;webhook"
72-
}
73-
]
2+
"identifier": "REST",
3+
"settings": [
4+
{
5+
"identifier": "HTTP_URL",
6+
"unique": "PROJECT",
7+
"dataTypeIdentifier": "HTTP_URL",
8+
"defaultValue": null,
9+
"name": [
10+
{
11+
"code": "en-US",
12+
"content": "URL"
13+
}
14+
],
15+
"description": [
16+
{
17+
"code": "en-US",
18+
"content": "Specifies the HTTP URL endpoint."
19+
}
20+
]
21+
},
22+
{
23+
"identifier": "HTTP_METHOD",
24+
"unique": "NONE",
25+
"dataTypeIdentifier": "HTTP_METHOD",
26+
"defaultValue": null,
27+
"name": [
28+
{
29+
"code": "en-US",
30+
"content": "Method"
31+
}
32+
],
33+
"description": [
34+
{
35+
"code": "en-US",
36+
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37+
}
38+
]
39+
}
40+
],
41+
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
42+
"returnTypeIdentifier": "HTTP_RESPONSE",
43+
"editable": false,
44+
"name": [
45+
{
46+
"code": "en-US",
47+
"content": "Rest Endpoint"
48+
}
49+
],
50+
"description": [
51+
{
52+
"code": "en-US",
53+
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
54+
}
55+
],
56+
"documentation": [
57+
{
58+
"code": "en-US",
59+
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
60+
}
61+
],
62+
"displayMessage": [
63+
{
64+
"code": "en-US",
65+
"content": "On ${method} request to ${route}"
66+
}
67+
],
68+
"alias": [
69+
{
70+
"code": "en-US",
71+
"content": "http;rest;route;web;webhook"
72+
}
73+
]
7474
}

0 commit comments

Comments
 (0)