Skip to content

Commit 1609bcd

Browse files
authored
Merge pull request #201 from friendbear/dependabot/cargo/develop/serde_json-1.0.137
[Cargo]: Bump serde_json from 1.0.128 to 1.0.137
2 parents 8d3ca54 + 6d46df2 commit 1609bcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

examples/l10_trait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ anyhow = "1.0.89"
1010
csv = "1.3.0"
1111
#serde = "1.0.183"
1212
serde = { version = "1.0", features = ["derive"] }
13-
serde_json = "1.0.128"
13+
serde_json = "1.0.137"
1414
#generics = { path = "../../" }

practice_collection/or_mapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ proc-macro2 = "1.0.93"
1717

1818
sea-orm = { version = "1.0", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros" ] }
1919
serde = { version = "1.0.217", features = ["derive"] }
20-
serde_json = { version = "1.0.128", default-features = false, features = ["alloc"] }
20+
serde_json = { version = "1.0.137", default-features = false, features = ["alloc"] }
2121
tokio = { version = "1.43.0", features = ["full"] }

0 commit comments

Comments
 (0)