Skip to content

Commit 4862915

Browse files
Upgrade smartstring crate to 1.0 version (#1030)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
1 parent 0ebd19a commit 4862915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ graphql-parser = { version = "0.4", optional = true }
4646
indexmap = { version = "1.0", features = ["serde-1"] }
4747
serde = { version = "1.0.8", features = ["derive"], default-features = false }
4848
serde_json = { version = "1.0.2", default-features = false, optional = true }
49-
smartstring = "0.2.6"
49+
smartstring = "1.0"
5050
static_assertions = "1.1"
5151
time = { version = "0.3", features = ["formatting", "macros", "parsing"], optional = true }
5252
url = { version = "2.0", optional = true }

0 commit comments

Comments
 (0)