Skip to content

Commit

Permalink
chore: update env_logger to v0.11.5 and strum to v0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MonterraByte committed Oct 17, 2024
1 parent a94f4b8 commit 67e0492
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 45 deletions.
64 changes: 21 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name = "cargo-outdated"
[dependencies]
anyhow = "1.0"
cargo = "0.83.0"
env_logger = "0.10.0"
env_logger = "0.11.5"
git2-curl = "0.20.0"
semver = "1.0.0"
serde = {version="1.0.114", features = ["derive"]}
Expand All @@ -37,7 +37,7 @@ tabwriter = "1.2.1"
tempfile = "3.6"
toml = "0.8.6"
clap = { version = "4.1.4", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }

[features]
debug = []
Expand Down

0 comments on commit 67e0492

Please sign in to comment.