Compare commits

...

3 Commits

Author SHA1 Message Date
164aee574e Update dependency katex to ^0.17.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-06-06 15:11:47 +00:00
e592334fb2 Merge pull request 'Update Rust crate serde_json to v1.0.150' (#7) from renovate/serde_json-1.x-lockfile into nuxt
Reviewed-on: #7
2026-05-30 08:50:54 +00:00
6ed630b37f Update Rust crate serde_json to v1.0.150 2026-05-30 08:39:11 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
"embla-carousel-vue": "^8.6.0",
"graphql-request": "^7.4.0",
"jarallax": "^3.0.0",
"katex": "^0.16.45",
"katex": "^0.17.0",
"moment": "^2.30.1",
"nuxt": "^4.4.2",
"process": "^0.11.10",

4
src-tauri/Cargo.lock generated
View File

@@ -2979,9 +2979,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.149"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
"itoa",
"memchr",