From d27897c39f87dfef6eaa1073d2329f35eeb62cfd Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 11 Sep 2026 13:24:37 -0600 Subject: [PATCH] Move the sandbox-driver pin to the follow-up commit The driver branch gained equality on statuses and events, a git failure that says when a command timed out, and lost the misleading GitAttempt::succeeded; nothing in fabro used the method. Co-Authored-By: Claude Fable 5.1 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcc5170f0..40252a362 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6995,7 +6995,7 @@ dependencies = [ [[package]] name = "sandbox-driver" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "async-trait", "globset", @@ -7012,7 +7012,7 @@ dependencies = [ [[package]] name = "sandbox-driver-daytona" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "anyhow", "async-trait", @@ -7039,7 +7039,7 @@ dependencies = [ [[package]] name = "sandbox-driver-daytona-config" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "sandbox-driver-docker-config", "serde", @@ -7049,7 +7049,7 @@ dependencies = [ [[package]] name = "sandbox-driver-docker" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "anyhow", "async-trait", @@ -7070,7 +7070,7 @@ dependencies = [ [[package]] name = "sandbox-driver-docker-config" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "serde", "serde_json", @@ -7079,7 +7079,7 @@ dependencies = [ [[package]] name = "sandbox-driver-host" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "anyhow", "async-trait", @@ -7097,7 +7097,7 @@ dependencies = [ [[package]] name = "sandbox-driver-protocol" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "async-trait", "base64", @@ -7114,7 +7114,7 @@ dependencies = [ [[package]] name = "sandbox-driver-testing" version = "0.1.0" -source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610#8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" +source = "git+https://github.com/lithoscomputer/sandbox-driver?rev=7186568e4c2b787db2712a173e14a75f58b04ab8#7186568e4c2b787db2712a173e14a75f58b04ab8" dependencies = [ "async-trait", "sandbox-driver", diff --git a/Cargo.toml b/Cargo.toml index 73f2c302a..dc7ad25f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,14 +107,14 @@ futures-util = "0.3" # driver, status image/snapshot/network, Daytona snapshot caching, services port # wait and list, RFC 3339 timestamps), to move to main on merge. The CI plugin # job installs the driver executables at the same rev, read from this file. -sandbox-driver = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-protocol = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-host = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-docker = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-docker-config = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-daytona = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-daytona-config = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } -sandbox-driver-testing = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "8cc64d4f66a23b6c4306fdc8ae6fbba4c6131610" } +sandbox-driver = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-protocol = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-host = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-docker = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-docker-config = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-daytona = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-daytona-config = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } +sandbox-driver-testing = { git = "https://github.com/lithoscomputer/sandbox-driver", rev = "7186568e4c2b787db2712a173e14a75f58b04ab8" } sentry = { version = "0.35", default-features = false, features = ["backtrace", "contexts", "ureq", "rustls"] } fork = "0.2" exec = "0.3"