Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Jul 31, 2024
1 parent 642f900 commit eea2c96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 0.28.0 (31.07.2024)

### Dependencies

- Updated tokio version to 1.39.
- Updated bytes version to 1.7.

### Bot API

#### 7.8
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ webhook = ["dep:axum"]
[dependencies]
async-stream = "0.3"
axum = { version = "0.7", optional = true }
bytes = "1.6"
bytes = "1.7"
derive_more = "0.99"
futures-util = "0.3"
log = "0.4"
Expand All @@ -25,7 +25,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "mul
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shellwords = "1.1"
tokio = { version = "1.38", features = ["fs", "sync", "time"] }
tokio = { version = "1.39", features = ["fs", "sync", "time"] }
tokio-util = { version = "0.7", features = ["codec"] }

[dev-dependencies]
Expand All @@ -35,7 +35,7 @@ mockito = "1.4"
pretty_assertions = "1.4"
regex = "1.10"
tempfile = "3.10"
tokio = { version = "1.38", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
toml = "0.8"

[[example]]
Expand Down

0 comments on commit eea2c96

Please sign in to comment.