Merge remote-tracking branches 'origin/mr/164' and 'origin/mr/163'

This commit is contained in:
meskio 2024-04-30 10:53:13 +02:00
commit 993f03f90e
No known key found for this signature in database
GPG Key ID: 52B8F5AC97A2DA86
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -727,9 +727,9 @@ dependencies = [
[[package]]
name = "getrandom"
version = "0.2.12"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
dependencies = [
"cfg-if",
"js-sys",
@ -1091,7 +1091,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"console_error_panic_hook",
"getrandom 0.2.12",
"getrandom 0.2.14",
"js-sys",
"julianday",
"lazy_static",
@ -1626,7 +1626,7 @@ version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.12",
"getrandom 0.2.14",
]
[[package]]

View File

@ -15,7 +15,7 @@ readme = "README.md"
crate-type = ["cdylib"]
[dependencies]
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.2.14", features = ["js"] }
julianday = "1.2.0"
lazy_static = "1.4.0"
lox-library = { path = "../lox-library", version = "0.1.0" }