Skip to content

Commit

Permalink
Bump simple_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dlight committed May 14, 2024
1 parent 5de6307 commit d5d1a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keysas-admin/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async-std = "1.12"
sha2 ="0.10"
regex="1"
sqlite = "0.36"
simple_logger = "4"
simple_logger = "5"
log = "0.4"
pkcs8 = {version = "0.10", features = ["encryption", "pem"] }
x509-cert = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion keysas_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0"
clap = "4.4"
walkdir = "2.4"
regex ="1"
simple_logger = "4"
simple_logger = "5"
log = "0.4"
pkcs8 = {version = "0.10", default-features = false, features = ["encryption", "pem"] }
x509-cert = "0.2"
Expand Down

0 comments on commit d5d1a67

Please sign in to comment.