@@ -28,7 +28,7 @@ ios = []
2828# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2929
3030[dependencies ]
31- save-dweb-backend = { git = " https://github.com/OpenArchive/save-dweb-backend" , tag = " v0.3.3 " }
31+ save-dweb-backend = { git = " https://github.com/OpenArchive/save-dweb-backend" , tag = " v0.3.4 " }
3232tokio = { version = " ^1.43" , default-features = false , features = [" rt" , " rt-multi-thread" , " sync" , " time" , " macros" ] }
3333serde = { version = " 1.0" , features = [" derive" ] }
3434serde_json = " 1.0"
@@ -63,10 +63,10 @@ serial_test = "2.0"
6363# Patch iroh crates to relax hickory-resolver pin for veilid-core 0.5.2 compat.
6464# All iroh workspace crates must come from the same source to avoid duplicate type errors.
6565[patch .crates-io ]
66- iroh = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
67- iroh-net = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
68- iroh-base = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
69- iroh-metrics = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
70- iroh-blobs = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
71- iroh-docs = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
72- iroh-gossip = { git = " https://github.com/tripledoublev/iroh.git" , branch = " relax-hickory " }
66+ iroh = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
67+ iroh-net = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
68+ iroh-base = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
69+ iroh-metrics = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
70+ iroh-blobs = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
71+ iroh-docs = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
72+ iroh-gossip = { git = " https://github.com/tripledoublev/iroh.git" , rev = " b3f52f6d8bba462eebd7e3991946d844c9a75039 " }
0 commit comments