Skip to content

Commit

Permalink
Merge pull request #116 from fertkir/dependabot/cargo/minor-and-patch…
Browse files Browse the repository at this point in the history
…-d7b281d9ee

Bump the minor-and-patch group with 3 updates
  • Loading branch information
fertkir authored Feb 24, 2025
2 parents 1a1da05 + 17e9f62 commit dabe09f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ redis-storage = ["redis", "serde_json"]
[dependencies]
teloxide = { version = "0.13.0", features = ["webhooks", "webhooks-axum"] }
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"] }
log = "0.4.25"
log = "0.4.26"
env_logger = "0.11.6"
rust-i18n = "3.1.2"
reqwest = { version = "0.12.9", features = ["json"] }
serde = "1.0.217"
serde = "1.0.218"
chrono = { version = "0.4.39", features = ["serde"] }
byte-unit = "5.1.6"
dashmap = "6.1.0"
Expand All @@ -30,7 +30,7 @@ hightorrent = "0.2.0"
derive_more = { version = "2.0.1", features = ["display"] }
async-trait = "0.1.86"
redis = { version = "0.25.4", features = ["tokio-comp"], optional = true }
serde_json = { version = "1.0.138", features = [], optional = true }
serde_json = { version = "1.0.139", features = [], optional = true }
thiserror = "2.0.11"

[dev-dependencies]
Expand Down

0 comments on commit dabe09f

Please sign in to comment.