Skip to content

Commit

Permalink
Upgrade file per thread logger to 0.2.0 (#6503)
Browse files Browse the repository at this point in the history
* Upgrade file-per-thread-logger to v0.2.0

Signed-off-by: Benjamin Bouvier <public@benj.me>

* Update audits too

Signed-off-by: Benjamin Bouvier <public@benj.me>

---------

Signed-off-by: Benjamin Bouvier <public@benj.me>
  • Loading branch information
bnjbvr committed Jun 2, 2023
1 parent 0893f7c commit 112e52d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -238,6 +238,7 @@ cfg-if = "1.0"
tempfile = "3.1.0"
filecheck = "0.5.0"
libc = "0.2.60"
file-per-thread-logger = "0.2.0"

[features]
default = [
Expand Down
2 changes: 1 addition & 1 deletion cranelift/filetests/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ cranelift-reader = { workspace = true }
cranelift-jit = { workspace = true, features = ["selinux-fix"] }
cranelift-module = { workspace = true }
cranelift-control = { workspace = true }
file-per-thread-logger = "0.1.2"
file-per-thread-logger = { workspace = true }
filecheck = { workspace = true }
gimli = { workspace = true }
log = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/cache/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ anyhow = { workspace = true }
base64 = "0.21.0"
bincode = "1.1.4"
directories-next = "2.0"
file-per-thread-logger = "0.1.1"
file-per-thread-logger = { workspace = true }
log = { workspace = true }
serde = { version = "1.0.94", features = ["derive"] }
sha2 = "0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli-flags/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition.workspace = true
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
file-per-thread-logger = "0.1.1"
file-per-thread-logger = { workspace = true }
pretty_env_logger = "0.4.0"
rayon = "1.5.0"
wasmtime = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Expand Up @@ -721,6 +721,12 @@ are only created when requested by the application, however, and otherwise
only does its stated purpose.
"""

[[audits.file-per-thread-logger]]
who = "Benjamin Bouvier <public@benj.me>"
criteria = "safe-to-deploy"
version = "0.2.0"
notes = "Simple version bump."

[[audits.file-per-thread-logger]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 112e52d

Please sign in to comment.