Skip to content

Commit

Permalink
Merge pull request #25 from dnd-apps/renovate/dotenv-0.x
Browse files Browse the repository at this point in the history
Update Rust crate dotenv to 0.15.0
  • Loading branch information
kodiakhq[bot] authored May 1, 2024
2 parents 4cccdc2 + d79a6a3 commit e1f89cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/oghma-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dotenv = "0"
dotenv = "0.15.0"
env_logger = "0"
log = "0"
serde = "1"
Expand Down
2 changes: 1 addition & 1 deletion apps/oghma-bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ env_logger = "0"
log = "0"
serenity = {version ="0", default-features = false, features =["http", "model", "client", "gateway", "rustls_backend"]}
tokio = { version = "1", features = ["rt-multi-thread"] }
dotenv = "0"
dotenv = "0.15.0"
oghma_logger = {path="../../libs/oghma_logger"}

0 comments on commit e1f89cd

Please sign in to comment.