Merge pull request #3970 from roc-lang/dependabot/cargo/serde_json-1.0.85

Bump serde_json from 1.0.82 to 1.0.85
This commit is contained in:
Anton-4 2022-09-06 09:26:35 +02:00 committed by GitHub
commit 3f3de74250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4416,9 +4416,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.82"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
dependencies = [
"itoa 1.0.2",
"ryu",

View File

@ -35,7 +35,7 @@ target-lexicon = "0.12.3"
wasi_libc_sys = { path = "../../wasi-libc-sys" }
[target.'cfg(target_os = "macos")'.dependencies]
serde_json = "1.0.69"
serde_json = "1.0.85"
[features]
target-arm = []