Compare commits

..
Author SHA1 Message Date
d2efd286ac Update Rust crate base64 to 0.23.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-08-05 21:01:23 +02:00
8 changed files with 43 additions and 49 deletions

78
Cargo.lock generated
View file

@ -53,7 +53,7 @@ dependencies = [
"actix-service",
"actix-tls",
"actix-utils",
"base64 0.22.1",
"base64",
"bitflags 2.13.1",
"brotli",
"bytes",
@ -511,12 +511,6 @@ version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "base64"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
[[package]]
name = "base64ct"
version = "1.8.3"
@ -740,9 +734,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.6.6"
version = "4.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
dependencies = [
"clap_builder",
"clap_derive",
@ -750,9 +744,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.6.6"
version = "4.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
dependencies = [
"anstream",
"anstyle",
@ -786,7 +780,7 @@ dependencies = [
"actix-web-actors",
"aes-gcm",
"async-trait",
"base64 0.23.1",
"base64",
"chrono",
"crossterm",
"dashmap",
@ -1788,11 +1782,11 @@ dependencies = [
[[package]]
name = "hashlink"
version = "0.12.1"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
dependencies = [
"hashbrown 0.17.1",
"hashbrown 0.16.1",
]
[[package]]
@ -1801,7 +1795,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
dependencies = [
"base64 0.22.1",
"base64",
"bytes",
"headers-core",
"http 1.4.2",
@ -1982,7 +1976,7 @@ version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
dependencies = [
"base64 0.22.1",
"base64",
"bytes",
"futures-channel",
"futures-util",
@ -1993,7 +1987,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.6.5",
"socket2 0.5.10",
"system-configuration",
"tokio",
"tower-service",
@ -2211,7 +2205,7 @@ version = "0.1.0"
dependencies = [
"aes-gcm",
"async-trait",
"base64 0.23.1",
"base64",
"chrono",
"crossterm",
"dashmap",
@ -2261,7 +2255,7 @@ dependencies = [
"actix-web-actors",
"aes-gcm",
"async-trait",
"base64 0.23.1",
"base64",
"chrono",
"crossterm",
"dashmap",
@ -2453,7 +2447,7 @@ version = "0.1.0"
dependencies = [
"aes-gcm",
"arc-swap",
"base64 0.23.1",
"base64",
"hex",
"hkdf 0.12.4",
"iota-logger",
@ -2498,7 +2492,7 @@ version = "0.1.0"
dependencies = [
"aes-gcm",
"anyhow",
"base64 0.23.1",
"base64",
"ed25519-dalek",
"hex",
"hkdf 0.12.4",
@ -2528,7 +2522,7 @@ dependencies = [
name = "iota-util"
version = "0.1.0"
dependencies = [
"base64 0.23.1",
"base64",
"hex",
"iota-paths",
"mtp",
@ -2739,9 +2733,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
[[package]]
name = "libsqlite3-sys"
version = "0.38.1"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c19a05435c21ac299d71b6a9c13db3e3f47c520517d58990a462a1397a61db"
checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
dependencies = [
"pkg-config",
"vcpkg",
@ -2993,7 +2987,7 @@ name = "mtp-codec"
version = "0.2.0"
source = "git+https://git.methanium.net/Methanium/mtp.git#a692bed326dbfc8eac1a05825f4a287cbab6fd3e"
dependencies = [
"base64 0.22.1",
"base64",
"byteorder",
"mtp-common",
"mtp-crypto",
@ -3017,7 +3011,7 @@ name = "mtp-crypto"
version = "0.2.0"
source = "git+https://git.methanium.net/Methanium/mtp.git#a692bed326dbfc8eac1a05825f4a287cbab6fd3e"
dependencies = [
"base64 0.22.1",
"base64",
"chacha20poly1305",
"ed25519-dalek",
"getrandom 0.4.3",
@ -3264,7 +3258,7 @@ name = "omikron-connector"
version = "0.1.0"
dependencies = [
"async-trait",
"base64 0.23.1",
"base64",
"dashmap",
"hex",
"iota-connection",
@ -3304,9 +3298,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "open"
version = "5.4.1"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9cfef937e9c486488c7e3d949ae31c0f1d06bdacd75b99c086cb35356e30408"
checksum = "a0b3d059e795d52b8a72fef45658620edd4d9c359b338564aa14391ffa511ed5"
dependencies = [
"is-wsl",
"libc",
@ -3372,7 +3366,7 @@ dependencies = [
"actix-web-actors",
"aes-gcm",
"async-trait",
"base64 0.23.1",
"base64",
"chrono",
"crossterm",
"dashmap",
@ -3478,7 +3472,7 @@ version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
dependencies = [
"base64 0.22.1",
"base64",
"serde_core",
]
@ -3816,7 +3810,7 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls",
"socket2 0.6.5",
"socket2 0.5.10",
"thiserror 2.0.19",
"tokio",
"tracing",
@ -3857,7 +3851,7 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
"socket2 0.6.5",
"socket2 0.5.10",
"tracing",
"windows-sys 0.61.2",
]
@ -4122,7 +4116,7 @@ version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
dependencies = [
"base64 0.22.1",
"base64",
"bytes",
"encoding_rs",
"futures-core",
@ -4180,9 +4174,9 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.40.1"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11438310b19e3109b6446c33d1ed5e889428cf2e278407bc7896bc4aaea43323"
checksum = "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e"
dependencies = [
"bitflags 2.13.1",
"fallible-iterator",
@ -4232,9 +4226,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.43"
version = "0.23.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
dependencies = [
"aws-lc-rs",
"log",
@ -4841,7 +4835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
"getrandom 0.4.3",
"getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.61.2",
@ -4888,7 +4882,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7"
dependencies = [
"anyhow",
"base64 0.22.1",
"base64",
"bitflags 2.13.1",
"fancy-regex",
"filedescriptor",
@ -5503,7 +5497,7 @@ dependencies = [
"actix-web-actors",
"aes-gcm",
"async-trait",
"base64 0.23.1",
"base64",
"chrono",
"crossterm",
"dashmap",

View file

@ -43,7 +43,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"

View file

@ -42,7 +42,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"

View file

@ -39,7 +39,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"

View file

@ -57,7 +57,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"

View file

@ -27,7 +27,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
sha2 = "0.10.9"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }

View file

@ -42,7 +42,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"

View file

@ -42,7 +42,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rusqlite = "0.39.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"