Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.108 (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 15ce40a commit 523dd6b
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion air-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wasm-bindgen = "=0.2.83"

log = "0.4.20"
serde = { version = "1.0.190", features = [ "derive", "rc" ] }
serde_json = "1.0.95"
serde_json = "1.0.108"
tracing = "0.1.40"
# exclude tracing-log feature that interferes with the log crate:
tracing-subscriber = { version = "0.3.17", default-features = false, features = [ "env-filter", "json", "smallvec", "time", "fmt" ] }
Expand Down
2 changes: 1 addition & 1 deletion air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ polyplets = { version = "0.5.1", path = "../crates/air-lib/polyplets" }
fluence-keypair = { version = "0.10.3", default-features = false }

serde = { version = "1.0.190", features = [ "derive", "rc" ] }
serde_json = "1.0.95"
serde_json = "1.0.108"

concat-idents = "1.1.5"
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion avm/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ polyplets = { version = "0.5.1", path = "../../crates/air-lib/polyplets" }

thiserror = "1.0.50"
maplit = "1.0.2"
serde_json = "1.0.95"
serde_json = "1.0.108"
serde = "1.0.190"
log = "0.4.20"
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion avm/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ avm-interface = { version = "0.29.2", path = "../../avm/interface" }
eyre = "0.6.8"
thiserror = "1.0.50"
maplit = "1.0.2"
serde_json = "1.0.95"
serde_json = "1.0.108"
serde = "1.0.190"
log = "0.4.20"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/air-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ multimap = "0.9.1"

# TODO: hide serde behind a feature
serde = { version = "1.0.190", features = ["rc", "derive"] }
serde_json = "1.0.95"
serde_json = "1.0.108"

itertools = "0.10.5"
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/interpreter-cid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ blake3 = "1.5.0"
cid = { version = "0.10.1", default-features = false, features = ["std"] }
multihash = { version = "0.18.1", default-features = false, features = ["multihash-impl", "std", "blake3"] }
serde = { version = "1.0.190", features = ["derive", "rc"] }
serde_json = "1.0.95"
serde_json = "1.0.108"
sha2 = "0.10.7"
2 changes: 1 addition & 1 deletion crates/air-lib/interpreter-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ polyplets = { version = "0.5.1", path = "../polyplets" }

fluence-keypair = { version = "0.10.3", default-features = false }
serde = {version = "1.0.190", features = ["derive", "rc"]}
serde_json = "1.0.95"
serde_json = "1.0.108"
semver = { version = "1.0.17", features = ["serde"] }
once_cell = "1.17.1"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/interpreter-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ marine-rs-sdk = {version = "0.10.0", optional = true }
fluence-it-types = { version = "0.4.1", optional = true }

serde = "1.0.190"
serde_json = "1.0.95"
serde_json = "1.0.108"

[features]
default = ["marine"]
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ marine-rs-sdk = "0.10.0"
object-pool = "0.5.4"
once_cell = "1.17.1"
semver = "1.0.17"
serde_json = "1.0.95"
serde_json = "1.0.108"
serde = { version = "1.0.190", features = ["derive"] }
fluence-keypair = "0.10.3"

Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/trace-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aquavm-air-parser = { version = "0.10.0", path = "../air-parser" }
polyplets = { version = "0.5.1", path = "../polyplets" }

bimap = "0.6.3"
serde_json = "1.0.95"
serde_json = "1.0.108"
log = "0.4.20"
thiserror = "1.0.50"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/data-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ serde = { version = "1.0.190", features = ["derive"] }
serde_bytes = "0.11.9"

[dev-dependencies]
serde_json = "1.0.95"
serde_json = "1.0.108"
2 changes: 1 addition & 1 deletion crates/testing-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fluence-keypair = "0.10.1"
strum = { version="0.24.1", features=["derive"] }
nom = "7.1.3"
nom_locate = "4.1.0"
serde_json = "1.0.95"
serde_json = "1.0.108"
regex = "1.10.2"
air-interpreter-signatures = { version = "0.1.4", path = "../air-lib/interpreter-signatures" }

Expand Down
2 changes: 1 addition & 1 deletion tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0.75"
clap = { version = "4.4.7", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.108"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", default-features = false, features = [ "env-filter", "json", "smallvec", "time", "fmt" ] }
atty = "0.2.14"
Expand Down
18 changes: 9 additions & 9 deletions tools/wasm/air-near-contract/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/wasm/air-near-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aquavm-air = { path = "../../../air" }
air-interpreter-interface = { path = "../../../crates/air-lib/interpreter-interface" }
near-sdk = "4.1.1"
serde = { version = "1.0.190", features = [ "derive", "rc" ] }
serde_json = "1.0.61"
serde_json = "1.0.108"
hashbrown = { version = "0.14.2", default-features = false }

[profile.release]
Expand Down

0 comments on commit 523dd6b

Please sign in to comment.