Skip to content

Commit

Permalink
Upgrade depdenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 15, 2024
1 parent b614a17 commit eebdadb
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 49 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file. It uses the
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
"Semantic Versioning 2.0.0"

## [v0.5.1] — 2024-11-15

### 📔 Notes

* Updated all dependencies.

[v0.5.1]: https://github.com/pgxn/meta/compare/v0.5.0...v0.5.1

## [v0.5.0] — 2024-11-15

### ⚡ Improvements
Expand Down
108 changes: 64 additions & 44 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgxn_meta"
version = "0.5.0"
version = "0.5.1"
description = "The PGXN distribution metadata specification"
repository = "https://github.com/pgxn/meta"
documentation = "https://docs.rs/pgxn_meta/"
Expand Down Expand Up @@ -29,11 +29,11 @@ relative-path = { version = "1.9", features = ["serde"] }
semver = { version = "1.0", features = ["std", "serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.9.0", features = ["hex"] }
serde_with = { version = "3.11.0", features = ["hex"] }
sha1 = "0.10"
sha2 = "0.10"
spdx = "0.10.6"
thiserror = "1.0"
spdx = "0.10.7"
thiserror = "2.0"
wax = "0.6.0"

[build-dependencies]
Expand All @@ -42,4 +42,4 @@ serde_json = "1.0"

[dev-dependencies]
assert-json-diff = "2.0.2"
tempfile = "3.12.0"
tempfile = "3.14.0"

0 comments on commit eebdadb

Please sign in to comment.