Skip to content

Commit

Permalink
chore(deps): bump env_logger from 0.10.2 to 0.11.5 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent dfcc211 commit 98475f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
46 changes: 15 additions & 31 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 asport-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bytes = { version = "1.7.1", default-features = false, features = ["std"] }
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }
crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] }
env_logger = { version = "0.10.2", default-features = false, features = ["auto-color", "humantime"] }
env_logger = { version = "0.11.5", default-features = false, features = ["auto-color", "humantime"] }
humantime = { version = "2.1.0", default-features = false }
log = { version = "0.4.22", default-features = false, features = ["serde", "std"] }
once_cell = { version = "1.19.0", default-features = false, features = ["parking_lot", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion asport-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bytes = { version = "1.7.1", default-features = false, features = ["std"] }
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }
crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] }
env_logger = { version = "0.10.2", default-features = false, features = ["auto-color", "humantime"] }
env_logger = { version = "0.11.5", default-features = false, features = ["auto-color", "humantime"] }
humantime = { version = "2.1.0", default-features = false }
log = { version = "0.4.22", default-features = false, features = ["serde", "std"] }
parking_lot = { version = "0.12.3", default-features = false, features = ["send_guard"] }
Expand Down

0 comments on commit 98475f2

Please sign in to comment.