Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Dec 28, 2023
1 parent ba5a6f4 commit f35af0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r53-ddns"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
authors = ["Alec Brown <[email protected]>"]
description = "Set an Amazon Route 53 DNS record for the server/network"
Expand Down Expand Up @@ -30,10 +30,10 @@ lazy_static = "1.4.0"
log = "0.4"
log4rs = "1.2"
rand = "0.8"
regex = "1"
regex = "1.10"
reqwest = { version = "0.11", default_features=false, features = ["rustls-tls-native-roots"] }
rusoto_core = { version="0.48", default_features=false, features=["rustls"] }
rusoto_route53 = { version="0.48", default_features=false, features=["rustls"] }
tokio = { version = "1", features = ["macros"] }
dirs-next = "2"
tokio = { version = "1.35", features = ["macros"] }
dirs-next = "2.0"
snapcraft = "0.3"

0 comments on commit f35af0e

Please sign in to comment.