Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/main/strum-0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barakb authored Feb 13, 2025
2 parents 0939bc9 + f5625ae commit f121ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parking_lot = { version = "0.12.3", default-features = false, features = ["deadl
redis = { version = "0.28.2", default-features = false, features = ["sentinel"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf", "unicode-bool", "unicode-perl"] }
strum = { version = "0.27.0", default-features = false, features = ["std", "derive"] }
thiserror = "2.0.6"
thiserror = "2.0.11"
tokio = { version = "1.43.0", default-features = false, features = ["macros", "sync", "rt-multi-thread"], optional = true }
tracing = { version = "0.1.41", default-features = false, features = ["std", "attributes"], optional = true }

Expand Down

0 comments on commit f121ae5

Please sign in to comment.