Merge pull request 'fix(deps): update all dependencies' (#3) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #3
This commit is contained in:
Kasper Juul Hermansen 2024-04-08 20:05:38 +00:00
commit 934fd83287
8 changed files with 762 additions and 553 deletions

2
.drone.yml Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: cuddle-empty-plan.yaml

1258
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
[workspace]
[workspace.dependencies]
uuid = { version = "1.3.0", features = ["v4", "serde"] }
chrono = { version = "0.4.23", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
chrono = { version = "0.4.37", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
console_error_panic_hook = "0.1"
console_log = "0.2"
console_log = "1.0"
cfg-if = "1"
lazy_static = "1"
leptos = { version = "*", features = ["serde"] }
@ -27,23 +27,23 @@ leptos_router = { version = "*" }
log = "0.4"
simple_logger = "4"
thiserror = "1"
axum = { version = "0.6.1", optional = true }
axum = { version = "0.7.5", optional = true }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.3.4", features = ["fs"], optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }
wasm-bindgen = "0.2"
tracing-subscriber = { version = "0.3.16", optional = true, features = [
tracing-subscriber = { version = "0.3.18", optional = true, features = [
"env-filter",
] }
tracing = { version = "0.1.37", features = ["log"], optional = true }
anyhow = { version = "1.0.71" }
tracing = { version = "0.1.40", features = ["log"], optional = true }
anyhow = { version = "1.0.81" }
serde = { workspace = true }
chrono = { workspace = true }
uuid = { workspace = true, features = ["v4", "wasm-bindgen", "js", "serde"] }
graphql_client = { version = "0.13.0", features = ["reqwest"] }
uuid = { workspace = true, features = ["v4", "js", "serde"] }
graphql_client = { version = "0.14.0", features = ["reqwest"] }
reqwasm = "0.5.0"
serde_json = "1.0.96"
serde_json = "1.0.115"
[features]
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]

View File

@ -5,6 +5,17 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-plan.git"
vars:
service: "como-web"
deployments: "git@git.front.kjuulh.io:como/deployments.git"
registry: "kasperhermansen"
please:
project:
owner: kjuulh
repository: "como-web"
branch: main
settings:
api_url: https://git.front.kjuulh.io
scripts:
render_como_templates:

2
something/.drone.yml Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: cuddle-empty-plan.yaml

1
something/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.cuddle/

16
something/cuddle.yaml Normal file
View File

@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-empty-plan.git"
vars:
service: "como-web"
registry: kasperhermansen
please:
project:
owner: kjuulh
repository: "como-web"
branch: main
settings:
api_url: https://git.front.kjuulh.io

3
something/renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}