Compare commits

..

1 commit

Author SHA1 Message Date
1d5544147a chore(deps): lock file maintenance
All checks were successful
/ build (push) Successful in 1s
/ check-integration-tests (push) Successful in 11s
/ report-size (push) Successful in 3s
2025-06-27 09:25:04 +02:00
2 changed files with 6 additions and 7 deletions

8
Cargo.lock generated
View file

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

View file

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