Skip to content

Commit

Permalink
bump versions (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored Jun 6, 2024
1 parent bba2d1e commit 2a361d7
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 72 deletions.
44 changes: 37 additions & 7 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions apps/freenet-email-app/Cargo.lock

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

60 changes: 4 additions & 56 deletions apps/freenet-ping/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 apps/freenet-ping/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
clap = { version = "4", features = ["derive"] }
futures = "0.3"
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "0.21"
tokio-tungstenite = "0.23"
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
freenet-stdlib = { workspace = true, features = ["net"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tar = { version = "0.4" }
time = "0.3"
thiserror = "1"
tokio = { features = ["fs", "macros", "rt-multi-thread", "sync", "process"], version = "1" }
tokio-tungstenite = "0.21"
tokio-tungstenite = "0.23"
tower-http = { features = ["fs", "trace"], version = "0.5" }
ulid = { features = ["serde"], version = "1.1" }
unsigned-varint = { version = "0.8", features = ["codec", "asynchronous_codec"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/fdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ semver = { workspace = true }
tar = "0.4"
thiserror = "1"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "signal", "parking_lot", "process"] }
tokio-tungstenite = "0.21"
tokio-tungstenite = "0.23"
toml = { version = "0.8", features = ["default", "preserve_order"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
Expand Down
2 changes: 1 addition & 1 deletion stdlib
Submodule stdlib updated 1 files
+1 −1 rust/Cargo.toml

0 comments on commit 2a361d7

Please sign in to comment.