Skip to content

Commit

Permalink
bump simple_logger to 4.1.0 (#3337)
Browse files Browse the repository at this point in the history
* bump simple_logger to 4.1.0

* simple logger 4.1.0 in ffi/diplomat
  • Loading branch information
pdogr authored Apr 18, 2023
1 parent 9391050 commit b3b5c33
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 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 ffi/diplomat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ diplomat-runtime = { version = "0.5.1" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# Logging is automagical in wasm, we only need this for native
simple_logger = { version = "1.12", optional = true }
simple_logger = { version = "4.1.0", optional = true }
log = { version = "0.4", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion provider/datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ zip = { version = ">=0.5, <0.7", default-features = false, features = ["deflate"
# Dependencies for "bin" feature
clap = { version = "4", optional = true, features = ["cargo", "derive"] }
eyre = { version = "0.6", optional = true }
simple_logger = { version = "1.12", default-features = false, optional = true }
simple_logger = { version = "4.1.0", default-features = false, optional = true }

[dev-dependencies]
icu = { path = "../../components/icu" }
Expand Down
2 changes: 1 addition & 1 deletion tools/testdata-scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ eyre = "0.6"
log = "0.4"
quote = "1"
rust-format = { version = "0.3.4", features = ["token_stream"] }
simple_logger = { version = "1.12", default-features = false }
simple_logger = { version = "4.1.0", default-features = false }
zip = ">=0.5, <0.7"

0 comments on commit b3b5c33

Please sign in to comment.