Skip to content

Commit

Permalink
chore(deps): update rust crate log to 0.4.20 (#374)
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 Oct 23, 2023
1 parent e75dafe commit 8a6035f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multimap = "0.8.3"
once_cell = "1.16.0"
semver = "1.0.14"
serde = "1.0.147"
log = "0.4.19"
log = "0.4.20"

paste = "1.0.14"

Expand Down
2 changes: 1 addition & 1 deletion crates/fluence-app-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.3.0"
marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.3.0"}

maplit = "1.0.2"
log = "0.4.19"
log = "0.4.20"
serde = "1.0.147"
serde_derive = "1.0.147"
serde_json = "1.0.89"
Expand Down
2 changes: 1 addition & 1 deletion crates/js-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ web-sys = { version = "0.3.61", features = ["console"] }
anyhow = "1.0.70"
paste = "1.0.14"
maplit = "1.0.2"
log = "0.4.17"
log = "0.4.20"
typed-index-collections = "3.1.0"
derive_more = "0.99.17"
wasmparser = "0.110.0"
2 changes: 1 addition & 1 deletion crates/wasmtime-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ wasmtime-wasi = "6.0.1"
multimap = "0.8.3"
paste = "1.0.14"
anyhow = "1.0.71"
log = "0.4.19"
log = "0.4.20"
2 changes: 1 addition & 1 deletion marine-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ maplit = "1.0.2"
web-sys = {version = "0.3.61", features = ["console"]}
js-sys = "0.3.63"
wasm-bindgen-console-logger = "0.1.1"
log = "0.4.17"
log = "0.4.20"
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_derive = "1.0.147"
serde_with = "2.1.0"
bytesize = {version = "1.2.0", features = ["serde"]}
itertools = "0.10.5"
log = "0.4.19"
log = "0.4.20"
safe-transmute = "0.11.2"
thiserror = "1.0.37"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exitfailure = "0.5.1"
serde = "1.0.147"
serde_json = "1.0.89"
termion = "1.5.6"
log = "0.4.19"
log = "0.4.20"
env_logger = "0.10.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0.89"

env_logger = "0.10.0"
check-latest = { version = "1.0.1", optional = true }
log = "0.4.19"
log = "0.4.20"
rustyline = { version = "10.0.0", features = ["with-fuzzy"] }
rustyline-derive = "0.7.0"
rustop = "1.1.2"
Expand Down

0 comments on commit 8a6035f

Please sign in to comment.