chore: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I1af3e76ac85c4533065b66a18b25fdc06a6a6964
This commit is contained in:
raf 2026-03-07 17:18:13 +03:00
commit e66a2231b7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

23
Cargo.lock generated
View file

@ -3686,9 +3686,9 @@ dependencies = [
[[package]] [[package]]
name = "inotify" name = "inotify"
version = "0.11.0" version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199"
dependencies = [ dependencies = [
"bitflags 2.11.0", "bitflags 2.11.0",
"inotify-sys", "inotify-sys",
@ -5349,7 +5349,7 @@ dependencies = [
"tokio", "tokio",
"tokio-postgres", "tokio-postgres",
"tokio-util", "tokio-util",
"toml 1.0.4+spec-1.1.0", "toml 1.0.6+spec-1.1.0",
"tracing", "tracing",
"urlencoding", "urlencoding",
"uuid", "uuid",
@ -5369,7 +5369,7 @@ dependencies = [
"serde_json", "serde_json",
"thiserror 2.0.18", "thiserror 2.0.18",
"tokio", "tokio",
"toml 1.0.4+spec-1.1.0", "toml 1.0.6+spec-1.1.0",
"uuid", "uuid",
"wit-bindgen 0.53.1", "wit-bindgen 0.53.1",
] ]
@ -5398,7 +5398,7 @@ dependencies = [
"thiserror 2.0.18", "thiserror 2.0.18",
"tokio", "tokio",
"tokio-util", "tokio-util",
"toml 1.0.4+spec-1.1.0", "toml 1.0.6+spec-1.1.0",
"tower", "tower",
"tower-http", "tower-http",
"tower_governor", "tower_governor",
@ -5420,7 +5420,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"tokio", "tokio",
"toml 1.0.4+spec-1.1.0", "toml 1.0.6+spec-1.1.0",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"uuid", "uuid",
@ -5450,6 +5450,7 @@ dependencies = [
"tokio", "tokio",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"urlencoding",
"uuid", "uuid",
] ]
@ -6939,12 +6940,12 @@ dependencies = [
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.6.2" version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.60.2", "windows-sys 0.61.2",
] ]
[[package]] [[package]]
@ -7593,9 +7594,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "1.0.4+spec-1.1.0" version = "1.0.6+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"serde_core", "serde_core",