[WIP] A (somewhat barebones) atproto app for creating custom sites without hosting!

upload: bump jacquard version

vielle.dev 570a2bed 49bcaa0c

verified
Changed files
+5 -5
upload
+4 -4
upload/Cargo.lock
··· 998 998 999 999 [[package]] 1000 1000 name = "globset" 1001 - version = "0.4.16" 1001 + version = "0.4.17" 1002 1002 source = "registry+https://github.com/rust-lang/crates.io-index" 1003 - checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" 1003 + checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305" 1004 1004 dependencies = [ 1005 1005 "aho-corasick", 1006 1006 "bstr", ··· 1424 1424 1425 1425 [[package]] 1426 1426 name = "ignore" 1427 - version = "0.4.23" 1427 + version = "0.4.24" 1428 1428 source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 1429 + checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403" 1430 1430 dependencies = [ 1431 1431 "crossbeam-deque", 1432 1432 "globset",
+1 -1
upload/Cargo.toml
··· 14 14 regex = "1.12.2" 15 15 mime_guess = "2.0.5" 16 16 tokio = { version = "1.48.0", features = ["full"] } 17 - jacquard = { version = "0.5.2", features = ["api", "dns"] } 17 + jacquard = { version = "0.5.3", features = ["api", "dns"] } 18 18 reqwest = { version = "0.12.24", features = [ 19 19 "__tls", 20 20 "charset",