Compare commits

...

2 Commits

Author SHA1 Message Date
9c4923e134 Update Rust crate foreign-types-shared to 0.3.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-03-29 15:52:53 +00:00
57bb552950 Update node Docker tag to v23
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-29 14:14:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: web_build - name: web_build
image: node:21 image: node:23
volumes: volumes:
- name: web_app - name: web_app
path: /tmp/web_build path: /tmp/web_build

View File

@ -14,7 +14,7 @@ thiserror = "2.0.3"
openssl = { version = "0.10.66" } openssl = { version = "0.10.66" }
openssl-sys = "0.9.102" openssl-sys = "0.9.102"
libc = "0.2.159" libc = "0.2.159"
foreign-types-shared = "0.1.1" foreign-types-shared = "0.3.0"
asn1 = "0.21" asn1 = "0.21"
actix-web = { version = "4", features = ["openssl"] } actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.31" futures = "0.3.31"