Skip to content

Commit

Permalink
uprev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Sep 22, 2022
1 parent 373b6fa commit ec3533a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pydantic-core"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/pydantic/pydantic-core"
Expand All @@ -17,8 +17,8 @@ enum_dispatch = "0.3.8"
serde = "1.0.137"
indexmap = "1.8.1"
mimalloc = { version = "0.1.29", default-features = false, optional = true }
speedate = "0.6.0"
ahash = "0.7.6"
speedate = "0.7.0"
ahash = "0.8.0"
nohash-hasher = "0.2.0"

[lib]
Expand Down

0 comments on commit ec3533a

Please sign in to comment.