Compare commits

...

6 Commits

Author SHA1 Message Date
ngn
4f9a4a3f47 Merge pull request 'fix(deps): update rust crate actix-http to v3.9.0' (#8) from renovate/actix-http-3.x-lockfile into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 3m32s
Reviewed-on: #8
2025-01-21 09:09:39 +03:00
ngn
a77526cfb3 Merge branch 'custom' into renovate/actix-http-3.x-lockfile 2025-01-21 09:09:29 +03:00
ngn
552abfe6d8 Merge pull request 'fix(deps): update rust crate serde_json to v1.0.137' (#6) from renovate/serde_json-1.x-lockfile into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 4m3s
Reviewed-on: #6
2025-01-21 05:52:03 +03:00
ngn
79a76f850a Merge branch 'custom' into renovate/serde_json-1.x-lockfile 2025-01-21 05:51:56 +03:00
1f36575f1f fix(deps): update rust crate actix-http to v3.9.0 2025-01-20 03:02:01 +00:00
9301d2bccd fix(deps): update rust crate serde_json to v1.0.137 2025-01-20 03:01:49 +00:00

9
Cargo.lock generated
View File

@ -44,9 +44,9 @@ dependencies = [
[[package]]
name = "actix-http"
version = "3.7.0"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb9843d84c775696c37d9a418bbb01b932629d01870722c0f13eb3f95e2536d"
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
dependencies = [
"actix-codec",
"actix-rt",
@ -2096,11 +2096,12 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.117"
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]