Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate serde_json to 1.0.102 #3423

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Rust crate serde_json to 1.0.102
  • Loading branch information
zemnmez-renovate-bot committed Jul 13, 2023
commit 70a027bfe6ed853ba19db05ccae80e027132574b
4 changes: 2 additions & 2 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.100"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
dependencies = [
"itoa",
"ryu",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ clap = { version = "4.3.11", features = ["derive"] }
swc_common = "0.31.17"
sha2 = "0.10.7"
hex = "0.4.3"
serde_json = "1.0.100"
serde_json = "1.0.102"
swc_atoms = "0.5.7"
18 changes: 9 additions & 9 deletions cargo-bazel-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "fa4d1ae93e31bf0cbcaa566c1e6628a4e3676f0993b124c26a21179be00abd0a",
"checksum": "5153b08bcc0a78531a4209c3556c79a8a0a0fe30fa15dca3e2bdc27bf49226e4",
"crates": {
"Inflector 0.11.4": {
"name": "Inflector",
Expand Down Expand Up @@ -2078,7 +2078,7 @@
"target": "hex"
},
{
"id": "serde_json 1.0.100",
"id": "serde_json 1.0.102",
"target": "serde_json"
},
{
Expand Down Expand Up @@ -3586,13 +3586,13 @@
},
"license": "MIT OR Apache-2.0"
},
"serde_json 1.0.100": {
"serde_json 1.0.102": {
"name": "serde_json",
"version": "1.0.100",
"version": "1.0.102",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde_json/1.0.100/download",
"sha256": "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
"url": "https://crates.io/api/v1/crates/serde_json/1.0.102/download",
"sha256": "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
}
},
"targets": [
Expand Down Expand Up @@ -3642,14 +3642,14 @@
"target": "serde"
},
{
"id": "serde_json 1.0.100",
"id": "serde_json 1.0.102",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.100"
"edition": "2021",
"version": "1.0.102"
},
"build_script_attrs": {
"data_glob": [
Expand Down