-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from meilisearch/update-dependencies
Update dependencies
- Loading branch information
Showing
15 changed files
with
137 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "deserr" | ||
version = "0.6.0" | ||
version = "0.6.2" | ||
authors = ["Lo <[email protected]>", "Tamo <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Deserialization library with focus on error handling" | ||
|
@@ -13,11 +13,11 @@ edition = "2021" | |
[dependencies] | ||
serde_json = { version = "1.0", optional = true } | ||
serde-cs = { version = "0.2.4", optional = true } | ||
actix-web = { version = "4.3.0", default-features = false, optional = true } | ||
futures = { version = "0.3.25", optional = true } | ||
deserr-internal = { version = "=0.6.0", path = "derive" } | ||
strsim = "0.10.0" | ||
actix-http = { version = "3.3.0", optional = true } | ||
actix-web = { version = "4.8.0", default-features = false, optional = true } | ||
futures = { version = "0.3.30", optional = true } | ||
deserr-internal = { version = "=0.6.2", path = "derive" } | ||
strsim = "0.11.1" | ||
actix-http = { version = "3.8.0", optional = true } | ||
actix-utils = { version = "3.0.1", optional = true } | ||
serde_urlencoded = "0.7.1" | ||
|
||
|
@@ -29,11 +29,11 @@ actix-web = ["dep:actix-web", "futures", "actix-http", "actix-utils"] | |
|
||
[dev-dependencies] | ||
automod = "1.0" | ||
insta = { version = "1.23.0", features = ["json"] } | ||
insta = { version = "1.39.0", features = ["json"] } | ||
rustversion = "1.0" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_derive = "1.0" | ||
trybuild = { version = "1.0.49", features = ["diff"] } | ||
trybuild = { version = "1.0.96", features = ["diff"] } | ||
|
||
[workspace] | ||
members = ["derive", "examples/*"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "deserr-internal" | ||
version = "0.6.0" | ||
version = "0.6.2" | ||
authors = ["Lo <[email protected]>", "Tamo <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Derive macros for Deserr. Use the re-exports from the deserr crate instead." | ||
|
@@ -12,7 +12,7 @@ proc-macro = true | |
|
||
[dependencies] | ||
proc-macro2 = "1.0" | ||
quote = "1.0.2" | ||
quote = "1.0.36" | ||
syn = { version = "2.0", features=["extra-traits", "parsing"]} | ||
convert_case = "0.6.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.