Skip to content

Commit

Permalink
Update simple_logger
Browse files Browse the repository at this point in the history
According to borntyping/rust-simple_logger#52, this should fix #37
  • Loading branch information
tomtung committed Feb 1, 2022
1 parent bef8c6f commit d222fb8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Expand Up @@ -31,7 +31,7 @@ rayon = "1.5.*"
serde = { version = '1.0.*', features = ['derive'] }
serde_cbor = "0.11.*"
serde_json = "1.0.*"
simple_logger = { version = "1.15.*", features = ["stderr"], optional = true }
simple_logger = { version = "2.1.*", features = ["stderr"], optional = true }
sprs = { version = "0.9.*", features = ["serde"] }
pdqselect = "0.1.*"

Expand Down
8 changes: 4 additions & 4 deletions c-api/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 c-api/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ crate-type = ["staticlib", "cdylib"]
itertools = "0.10.*"
libc = "0.2.*"
omikuji = { path = ".." }
simple_logger = "1.15.*"
simple_logger = "2.1.*"

[build-dependencies]
cbindgen = "0.20.*"
Expand Down

0 comments on commit d222fb8

Please sign in to comment.