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 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-09-11 13:24:37 -06:00
parent 5588ae3648
commit d27897c39f
No known key found for this signature in database
2 changed files with 16 additions and 16 deletions

16
Cargo.lock generated
View file

@ -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",

View file

@ -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"