Skip to content

Commit c47ddae

Browse files
authored
Merge pull request #2 from G-Core/fix/deps_versions
allow semver dependencies
2 parents 41b2dcc + 0895b32 commit c47ddae

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)