Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate once_cell to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent b0c19cf commit b3ccb97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serenity = { version = "0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1.33", features = [ "macros", "rt-multi-thread"] }
once_cell = "1.18"
once_cell = "1.19.0"
fancy-regex = "0.11"
envy = "0.4"

0 comments on commit b3ccb97

Please sign in to comment.