Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Emka877 committed Nov 22, 2023
1 parent 388c5ae commit 0eb8049
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pushover-rs"
version = "0.3.14"
version = "0.3.15"
edition = "2021"
license = "MIT"
description = "A Rust client for Pushover (https://www.pushover.net)"
Expand All @@ -18,13 +18,13 @@ keywords = [
authors = ["Oscuro87"]

[dependencies]
tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.11.17", features = ["json", "blocking", "multipart"] }
serde = { version = "1.0.162", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.11.22", features = ["json", "blocking", "multipart"] }
serde = { version = "1.0.193", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0.96"
ron = "0.8.0"
serde_json = "1.0.108"
ron = "0.8.1"

[features]
default = []
Expand Down

0 comments on commit 0eb8049

Please sign in to comment.