Skip to content

Commit 0dcd803

Browse files
committed
fix(deps): update rust crate log to 0.4.17
1 parent 8f6ec64 commit 0dcd803

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/whirl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish = false
1717
dotenv = "0.15.0"
1818

1919
# Logging
20-
log = "0.4.14"
20+
log = "0.4.17"
2121
flexi_logger = "0.22.3"
2222
human-panic = "1.0.3"
2323
# simple-error = "0.2.3"

crates/whirl_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = "1.0.136"
2828
serde_derive = "1.0.136"
2929

3030
# Logging
31-
log = "0.4.14"
31+
log = "0.4.17"
3232

3333
# Config
3434
whirl_config = { path = "../whirl_config" }

crates/whirl_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ serde = "1.0.136"
2121
serde_derive = "1.0.136"
2222

2323
# Logging
24-
log = "0.4.14"
24+
log = "0.4.17"

crates/whirl_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish = false
1414

1515
[dependencies]
1616
# Logging
17-
log = "0.4.14"
17+
log = "0.4.17"
1818

1919
# Utility
2020
async-trait = "0.1.52"

0 commit comments

Comments
 (0)