Skip to content

Commit dc48b03

Browse files
chore(deps)(deps): bump tempfile from 3.26.0 to 3.27.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e4dcc7 commit dc48b03

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim-session-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ libc = "0.2"
9191
[dev-dependencies]
9292
criterion = "0.8"
9393
insta = "1.46"
94-
tempfile = "3.8"
94+
tempfile = "3.27"
9595
proptest = "1.4"

crates/terraphim_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ futures = "0.3"
8181
portpicker = "0.1"
8282
reqwest = { workspace = true }
8383
tokio = { workspace = true }
84-
tempfile = "3.0"
84+
tempfile = "3.27"
8585
terraphim_test_utils = { path = "../terraphim_test_utils" }
8686
insta = { version = "1.41", features = ["yaml", "redactions"] }
8787

crates/terraphim_automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ medical = ["daachorse", "zstd", "anyhow"]
5454

5555
[dev-dependencies]
5656
criterion = "0.8"
57-
tempfile = "3.23"
57+
tempfile = "3.27"
5858
lazy_static = "1.4.0"
5959
tokio = { version = "1", features = ["io-util", "time","macros","rt","rt-multi-thread"] }

crates/terraphim_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ default = []
4646
[dev-dependencies]
4747
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "test-util"] }
4848
serial_test = "3.3"
49-
tempfile = "3.10"
49+
tempfile = "3.27"
5050
assert_cmd = "2.1"
5151
predicates = "3.1"
5252

crates/terraphim_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typescript = ["tsify", "wasm-bindgen"]
6262
openrouter = []
6363

6464
[dev-dependencies]
65-
tempfile = "3.23.0"
65+
tempfile = "3.27.0"
6666
env_logger = "0.11"
6767
terraphim_multi_agent = { path = "../terraphim_multi_agent" }
6868
terraphim_test_utils = { path = "../terraphim_test_utils" }

crates/terraphim_kg_linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ log = "0.4"
2525
env_logger = "0.11"
2626

2727
[dev-dependencies]
28-
tempfile = "3.10"
28+
tempfile = "3.27"

crates/terraphim_mcp_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ regex = "1"
3737
rmcp = { version = "0.9.0", features = ["client", "server", "transport-child-process", "transport-sse-server"] }
3838
serde_json = "1.0"
3939
serial_test = "3.3"
40-
tempfile = "3.23"
40+
tempfile = "3.27"
4141
terraphim_automata = { path = "../terraphim_automata" } # For AutomataPath
4242
terraphim_config = { path = "../terraphim_config" }
4343
terraphim_middleware = { path = "../terraphim_middleware" } # For Logseq builder

crates/terraphim_middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ uuid = { version = "1.21.0", features = ["v4"] }
5656
dotenvy = "0.15.7"
5757
walkdir = "2.4.0"
5858
env_logger = "0.11"
59-
tempfile = "3.23"
59+
tempfile = "3.27"
6060

6161
[features]
6262
default = []

crates/terraphim_multi_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ terraphim_service = { path = "../terraphim_service" }
5252

5353
[dev-dependencies]
5454
tokio-test = "0.4"
55-
tempfile = "3.23"
55+
tempfile = "3.27"
5656
criterion = { version = "0.8", features = ["html_reports"] }
5757
# Enable test-utils for examples and benchmarks
5858
terraphim_multi_agent = { path = ".", features = ["test-utils"] }

0 commit comments

Comments
 (0)