Skip to content

Commit

Permalink
chore: update versions to 0.0.5 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavadeli authored May 17, 2024
1 parent 5673793 commit 5e919c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ui = ["emulator-http/ui"]
members = ["crates/*"]

[workspace.package]
version = "0.0.4"
version = "0.0.5"

[workspace.dependencies]
async-trait = "0.1.79"
async-trait = "0.1.80"
axum = "0.6.20"
clap = "4.5.4"
color-eyre = "0.6.3"
Expand All @@ -33,13 +33,13 @@ once_cell = "1.19.0"
pin-project = "1.1.5"
prost = "0.12"
rstest = "0.18.2"
serde = "1.0.197"
serde_json = "1.0.115"
serde_with = "3.7.0"
serde = "1.0.202"
serde_json = "1.0.117"
serde_with = "3.8.1"
string_cache = "0.8.7"
thiserror = "1.0.58"
thiserror = "1.0.60"
tikv-jemallocator = "0.5.4"
time = "0.3.34"
time = "0.3.36"
tokio = "1.37.0"
tokio-stream = "0.1.15"
tonic = "0.11"
Expand Down

0 comments on commit 5e919c8

Please sign in to comment.