Skip to content

Commit

Permalink
chore(deps): update rust crate log to 0.4.19 (#329)
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 Jul 11, 2023
1 parent 17fa81c commit 6ef5032
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
7 changes: 2 additions & 5 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 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.17"
log = "0.4.19"

paste = "1.0.9"

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.2.1"
marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.2.2"}

maplit = "1.0.2"
log = "0.4.17"
log = "0.4.19"
serde = "1.0.147"
serde_derive = "1.0.147"
serde_json = "1.0.89"
Expand Down
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.9"
anyhow = "1.0.68"
log = "0.4.1"
log = "0.4.19"
2 changes: 1 addition & 1 deletion marine-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ semver = "1.0.14"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"
serde_derive = "1.0.147"
log = "0.4.17"
log = "0.4.19"
toml = "0.5.9"
paste = "1.0.9"
anyhow = "1.0.66"
Expand Down
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_derive = "1.0.147"
serde_with = "2.1.0"
bytesize = {version = "1.1.0", features = ["serde"]}
itertools = "0.10.5"
log = "0.4.17"
log = "0.4.19"
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.17"
log = "0.4.19"
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.9.3"
check-latest = { version = "1.0.1", optional = true }
log = "0.4.17"
log = "0.4.19"
rustyline = { version = "10.0.0", features = ["with-fuzzy"] }
rustyline-derive = "0.7.0"
rustop = "1.1.2"
Expand Down

0 comments on commit 6ef5032

Please sign in to comment.