Skip to content

Commit

Permalink
chore(dependencies): update Cargo.toml dependencies
Browse files Browse the repository at this point in the history
Remove the 'branch' attribute from the 'akton' dependency in Cargo.toml. This change ensures that the specific commit reference is used without tying it to a branch.
  • Loading branch information
rrrodzilla committed Jun 29, 2024
1 parent 54e1d2a commit 6bdbc50
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 @@ -22,7 +22,7 @@ tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
tokio-macros = "2.3.0"
anyhow = "1.0.86"
akton = { git = "https://[email protected]/GovCraft/akton-framework.git", akton = "quasar", branch = "main", ref="e30ac49cc1a8c8feb97926cbc71ab90d54a7af39" }
akton = { git = "https://[email protected]/GovCraft/akton-framework.git", akton = "quasar", ref="e30ac49cc1a8c8feb97926cbc71ab90d54a7af39" }
dashmap = "5.5.3"
tracing-subscriber = "0.3.18"
tracing = "0.1.40"
Expand Down

0 comments on commit 6bdbc50

Please sign in to comment.