We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
smartstring
1 parent 0ebd19a commit 4862915Copy full SHA for 4862915
juniper/Cargo.toml
@@ -46,7 +46,7 @@ graphql-parser = { version = "0.4", optional = true }
46
indexmap = { version = "1.0", features = ["serde-1"] }
47
serde = { version = "1.0.8", features = ["derive"], default-features = false }
48
serde_json = { version = "1.0.2", default-features = false, optional = true }
49
-smartstring = "0.2.6"
+smartstring = "1.0"
50
static_assertions = "1.1"
51
time = { version = "0.3", features = ["formatting", "macros", "parsing"], optional = true }
52
url = { version = "2.0", optional = true }
0 commit comments