Skip to content

Commit 0895b32

Browse files
committed
allow semver dependencies
1 parent 41b2dcc commit 0895b32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rust/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ json = ["serde_json"]
1414

1515
[dependencies]
1616
fastedge-derive = {path = "derive" }
17-
http = "0.2"
18-
bytes = "1.5"
19-
wit-bindgen = "0.9"
20-
thiserror = "1.0"
21-
tracing = "0.1"
22-
mime = "0.3"
23-
serde_json = {version = "1.0", optional = true}
17+
http = "^0.2"
18+
bytes = "^1.5"
19+
wit-bindgen = "^0.9"
20+
thiserror = "^1.0"
21+
tracing = "^0.1"
22+
mime = "^0.3"
23+
serde_json = {version = "^1.0", optional = true}
2424

0 commit comments

Comments
 (0)