Skip to content

Commit

Permalink
update dependencies (#4)
Browse files Browse the repository at this point in the history
* update dependencies
* update version to v0.1.1
  • Loading branch information
masterflitzer committed Feb 17, 2023
1 parent c8b6460 commit 53ea9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ddns_cloudflare"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,6 +14,6 @@ reqwest = { version = "0.11.14", default-features = false, features = [
"rustls-tls",
] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
tokio = { version = "1.24.1", features = ["full"] }
serde_json = "1.0.93"
tokio = { version = "1.25.0", features = ["full"] }
toml = "0.7.2"

0 comments on commit 53ea9d4

Please sign in to comment.