Update all non-major Rust dependencies (#330)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-19 14:07:34 +03:00 committed by GitHub
parent 84e36747d8
commit ad504bce8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 35 additions and 35 deletions

46
Cargo.lock generated
View File

@ -63,7 +63,7 @@ version = "0.1.1"
dependencies = [ dependencies = [
"air-beautifier", "air-beautifier",
"anyhow", "anyhow",
"clap 3.2.21", "clap 3.2.22",
] ]
[[package]] [[package]]
@ -92,7 +92,7 @@ version = "0.3.0"
dependencies = [ dependencies = [
"air-utils", "air-utils",
"once_cell", "once_cell",
"semver 1.0.13", "semver 1.0.14",
"serde", "serde",
"serde_json", "serde_json",
"tracing", "tracing",
@ -199,7 +199,7 @@ dependencies = [
"anyhow", "anyhow",
"avm-data-store", "avm-data-store",
"avm-interface", "avm-interface",
"clap 3.2.21", "clap 3.2.22",
"itertools", "itertools",
"serde", "serde",
"serde_json", "serde_json",
@ -250,9 +250,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.64" version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]] [[package]]
name = "arrayref" name = "arrayref"
@ -519,9 +519,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.21" version = "3.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -531,7 +531,7 @@ dependencies = [
"once_cell", "once_cell",
"strsim", "strsim",
"termcolor", "termcolor",
"textwrap 0.15.0", "textwrap 0.15.1",
] ]
[[package]] [[package]]
@ -702,7 +702,7 @@ dependencies = [
"atty", "atty",
"cast", "cast",
"ciborium", "ciborium",
"clap 3.2.21", "clap 3.2.22",
"criterion-plot 0.5.0", "criterion-plot 0.5.0",
"itertools", "itertools",
"lazy_static", "lazy_static",
@ -1426,7 +1426,7 @@ dependencies = [
"parity-wasm 0.45.0", "parity-wasm 0.45.0",
"paste", "paste",
"pwasm-utils", "pwasm-utils",
"semver 1.0.13", "semver 1.0.14",
"serde", "serde",
"thiserror", "thiserror",
"wasmer-interface-types-fl", "wasmer-interface-types-fl",
@ -1473,7 +1473,7 @@ dependencies = [
"marine-it-interfaces", "marine-it-interfaces",
"marine-module-interface", "marine-module-interface",
"nom 5.1.2", "nom 5.1.2",
"semver 1.0.13", "semver 1.0.14",
"serde", "serde",
"thiserror", "thiserror",
"walrus", "walrus",
@ -1511,7 +1511,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af8d201133f1ca6af9d9bc68a2fe03e16e7c5672456e1aa2c7785976f544265d" checksum = "af8d201133f1ca6af9d9bc68a2fe03e16e7c5672456e1aa2c7785976f544265d"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"semver 1.0.13", "semver 1.0.14",
] ]
[[package]] [[package]]
@ -1523,7 +1523,7 @@ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
"marine-rs-sdk-main", "marine-rs-sdk-main",
"semver 1.0.13", "semver 1.0.14",
"serde", "serde",
"thiserror", "thiserror",
"walrus", "walrus",
@ -1540,7 +1540,7 @@ dependencies = [
"itertools", "itertools",
"marine-it-interfaces", "marine-it-interfaces",
"nom 5.1.2", "nom 5.1.2",
"semver 1.0.13", "semver 1.0.14",
"serde", "serde",
"thiserror", "thiserror",
"walrus", "walrus",
@ -2188,9 +2188,9 @@ dependencies = [
[[package]] [[package]]
name = "semver" name = "semver"
version = "1.0.13" version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -2411,24 +2411,24 @@ dependencies = [
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.34" version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.34" version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2815,7 +2815,7 @@ dependencies = [
"log", "log",
"nom 5.1.2", "nom 5.1.2",
"safe-transmute", "safe-transmute",
"semver 1.0.13", "semver 1.0.14",
"serde", "serde",
"serde_json", "serde_json",
"thiserror", "thiserror",

View File

@ -35,7 +35,7 @@ maplit = "1.0.2"
non-empty-vec = "0.2.3" non-empty-vec = "0.2.3"
log = "0.4.17" log = "0.4.17"
fstrings = "0.2.3" fstrings = "0.2.3"
thiserror = "1.0.34" thiserror = "1.0.35"
strum = "0.24" strum = "0.24"
strum_macros = "0.24" strum_macros = "0.24"
tracing = "0.1.36" tracing = "0.1.36"

View File

@ -21,7 +21,7 @@ air-utils = { version = "0.1.0", path = "../../crates/air-lib/utils" }
avm-data-store = { version = "0.4.1", path = "../../crates/data-store" } avm-data-store = { version = "0.4.1", path = "../../crates/data-store" }
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" } polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
thiserror = "1.0.34" thiserror = "1.0.35"
maplit = "1.0.2" maplit = "1.0.2"
serde_json = "1.0.85" serde_json = "1.0.85"
serde = "1.0.144" serde = "1.0.144"

View File

@ -24,7 +24,7 @@ polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.26.1", path = "../../avm/interface" } avm-interface = { version = "0.26.1", path = "../../avm/interface" }
eyre = "0.6.8" eyre = "0.6.8"
thiserror = "1.0.34" thiserror = "1.0.35"
maplit = "1.0.2" maplit = "1.0.2"
serde_json = "1.0.85" serde_json = "1.0.85"
serde = "1.0.144" serde = "1.0.144"

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.144", features = ["rc", "derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"
itertools = "0.10.4" itertools = "0.10.4"
thiserror = "1.0.34" thiserror = "1.0.35"
tracing = "0.1.36" tracing = "0.1.36"
[dev-dependencies] [dev-dependencies]

View File

@ -18,6 +18,6 @@ air-utils = { path = "../utils" }
serde = {version = "1.0.144", features = ["derive", "rc"]} serde = {version = "1.0.144", features = ["derive", "rc"]}
serde_json = "1.0.85" serde_json = "1.0.85"
semver = { version = "1.0.13", features = ["serde"] } semver = { version = "1.0.14", features = ["serde"] }
once_cell = "1.14.0" once_cell = "1.14.0"
tracing = "0.1.36" tracing = "0.1.36"

View File

@ -30,4 +30,4 @@ serde = { version = "1.0.144", features = ["rc", "derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"
itertools = "0.10.4" itertools = "0.10.4"
thiserror = "1.0.34" thiserror = "1.0.35"

View File

@ -21,5 +21,5 @@ air-parser = { path = "../air-parser" }
bimap = "0.6.2" bimap = "0.6.2"
serde_json = "1.0.85" serde_json = "1.0.85"
log = "0.4.17" log = "0.4.17"
thiserror = "1.0.34" thiserror = "1.0.35"
tracing = "0.1.36" tracing = "0.1.36"

View File

@ -16,4 +16,4 @@ path = "src/lib.rs"
[dependencies] [dependencies]
air-parser = { path = "../air-lib/air-parser" } air-parser = { path = "../air-lib/air-parser" }
itertools = "0.10.4" itertools = "0.10.4"
thiserror = "1.0.34" thiserror = "1.0.35"

View File

@ -10,5 +10,5 @@ keywords = ["fluence", "air", "beautifier"]
[dependencies] [dependencies]
air-beautifier = { path = "../../../crates/beautifier" } air-beautifier = { path = "../../../crates/beautifier" }
clap = { version = "3.2.21", features = ["derive"] } clap = { version = "3.2.22", features = ["derive"] }
anyhow = "1.0.64" anyhow = "1.0.65"

View File

@ -15,8 +15,8 @@ air-interpreter-interface = { path = "../../../crates/air-lib/interpreter-interf
avm-data-store = { path = "../../../crates/data-store" } avm-data-store = { path = "../../../crates/data-store" }
avm-interface = { path = "../../../avm/interface" } avm-interface = { path = "../../../avm/interface" }
anyhow = "1.0.64" anyhow = "1.0.65"
clap = { version = "3.2.21", features = ["derive", "env"] } clap = { version = "3.2.22", features = ["derive", "env"] }
itertools = "0.10.4" itertools = "0.10.4"
serde = { version = "1.0.144", features = ["derive"] } serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"