Skip to content

Commit

Permalink
Update smartstring crate
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeStrashko authored Jan 12, 2023
1 parent 7a06d31 commit 7fd58bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ graphql-parser = { version = "0.3", optional = true }
indexmap = { version = "1.0", features = ["serde-1"] }
serde = { version = "1.0.8", features = ["derive"], default-features = false }
serde_json = { version = "1.0.2", default-features = false, optional = true }
smartstring = "0.2.6"
smartstring = "1"
static_assertions = "1.1"
url = { version = "2.0", optional = true }
uuid = { version = "0.8", default-features = false, optional = true }
Expand Down

0 comments on commit 7fd58bc

Please sign in to comment.