Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
obviyus committed Feb 13, 2024
1 parent c4492af commit 8013df3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
37 changes: 22 additions & 15 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ irc = { version = "0.15.0", default-features = false, features = [
] }
log = "0.4.20"
base64 = "0.21.7"
chrono = "0.4.31"
chrono = "0.4.34"
dotenv = "0.15.0"
env_logger = "0.10.1"
env_logger = "0.10.2"
futures = "0.3.30"
reqwest = { version = "0.11.23", default-features = false, features = [
reqwest = { version = "0.11.24", default-features = false, features = [
"json",
"rustls-tls",
] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio-rustls"] }
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-cron-scheduler = "0.9.4"
anyhow = "1.0.79"

Expand Down

0 comments on commit 8013df3

Please sign in to comment.