Skip to content

Commit 5ec8526

Browse files
chore: Update Rust crate toml to 0.7.3, ||, ^0
1 parent af099ad commit 5ec8526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde = { version = "1.0.145", features = ["derive"] }
3838
serde_json.workspace = true
3939
thiserror.workspace = true
4040
tokio = { workspace = true, features = ["fs", "rt-multi-thread"] }
41-
toml = "0.7.3"
41+
toml = "0.7.3, ||, ^0"
4242
tracing = { version = "0.1", optional = true, features = ["log"] }
4343
uuid = { version = "1.2.1", features = ["v4"] }
4444
tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }

0 commit comments

Comments
 (0)