Skip to content

Commit

Permalink
Bump depency version numbers (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski authored Apr 15, 2022
1 parent 70edbca commit 6bc8dd0
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 63 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### 0.2.1

* Bump dependency version numbers

### 0.2.1

* Fix typos
* Introduce VERSION and VERSION_HASH

Expand Down
95 changes: 37 additions & 58 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 make-tzdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ itertools = "0.10.3"
phf_codegen = "0.10.0"
ron = "0.7.0"
serde = { version = "1.0.136", features = ["derive"] }
tz-rs = "0.6.7"
tz-rs = "0.6.9"
8 changes: 4 additions & 4 deletions tzdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand All @@ -12,14 +12,14 @@ readme = "README.md"
rust-version = "1.57"

[dependencies]
tz-rs = "0.6.7"
tz-rs = { version = "0.6.9", features = ["const"] }

# optional dependencies
byte-slice-cast = { version = "1.2.1", optional = true }
iana-time-zone = { version = "0.1.31", optional = true }
iana-time-zone = { version = "0.1.33", optional = true }
phf = { version = "0.10.1", optional = true }
serde = { version = "1.0.136", default-features = false, optional = true }
serde_with = { version = "1.12.0", default-features = false, optional = true }
serde_with = { version = "1.12.1", default-features = false, optional = true }

[dev-dependencies]
serde_json = "1.0.79"
Expand Down

0 comments on commit 6bc8dd0

Please sign in to comment.