Compare commits

..

1 commit

Author SHA1 Message Date
11ecdd4848
chore(deps): lock file maintenance
Some checks failed
/ build (push) Successful in 1m16s
/ check-integration-tests (push) Failing after 2m45s
/ report-size (push) Successful in 12s
2025-06-26 22:00:40 +02:00
2 changed files with 7 additions and 6 deletions

8
Cargo.lock generated
View file

@ -265,14 +265,12 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]] [[package]]
name = "console" name = "console"
version = "0.15.11" version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" checksum = "88a18407950d6c9c2b496788efd35faf8790c24dca57ccf6818c749caf9a6065"
dependencies = [ dependencies = [
"encode_unicode", "encode_unicode",
"libc", "windows-sys 0.60.2",
"once_cell",
"windows-sys 0.59.0",
] ]
[[package]] [[package]]

View file

@ -242,7 +242,10 @@ fn default_values_config_snapshot() {
{ {
"address": "127.0.0.1:5353", "address": "127.0.0.1:5353",
"salt": "UpdateMyDNS", "salt": "UpdateMyDNS",
"ttl": "1m", "ttl": {
"secs": 60,
"nanos": 0
},
"ip_source": "RightmostXForwardedFor", "ip_source": "RightmostXForwardedFor",
"ip_type": "Both" "ip_type": "Both"
} }