Skip to content

Commit b7c34b7

Browse files
committed
chore: remove minor version from serde_json spec
1 parent 941cf38 commit b7c34b7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ reqwest = { version = "0.11.23", features = ["json"] }
8282
rusqlite = { version = "0.30", features = ["sqlcipher"] }
8383
rust-hsluv = "0.1"
8484
sanitize-filename = "0.5"
85-
serde_json = "1.0"
85+
serde_json = "1"
8686
serde = { version = "1.0", features = ["derive"] }
8787
sha-1 = "0.10"
8888
sha2 = "0.10"

deltachat-jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tempfile = "3.9.0"
2121
log = "0.4"
2222
async-channel = { version = "2.0.0" }
2323
futures = { version = "0.3.30" }
24-
serde_json = "1.0.105"
24+
serde_json = "1"
2525
yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] }
2626
typescript-type-def = { version = "0.5.8", features = ["json_value"] }
2727
tokio = { version = "1.33.0" }

deltachat-rpc-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anyhow = "1"
1717
env_logger = { version = "0.10.0" }
1818
futures-lite = "2.0.0"
1919
log = "0.4"
20-
serde_json = "1.0.105"
20+
serde_json = "1"
2121
serde = { version = "1.0", features = ["derive"] }
2222
tokio = { version = "1.33.0", features = ["io-std"] }
2323
tokio-util = "0.7.9"

0 commit comments

Comments
 (0)