Skip to content

Commit

Permalink
Merge pull request #27 from unavi-xyz/dependabot/cargo/serde-1.0.198
Browse files Browse the repository at this point in the history
Bump serde from 1.0.197 to 1.0.198
  • Loading branch information
kayhhh authored Apr 22, 2024
2 parents a7e7b47 + 94e713a commit 78d58d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dwn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ libipld-cbor = "0.16.0"
libipld-core = { version = "0.16.0", features = ["serde", "serde-codec", "multibase"] }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "json"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_ipld_dagcbor = "0.6.0"
serde_json.workspace = true
thiserror = "1.0.57"
Expand Down

0 comments on commit 78d58d4

Please sign in to comment.