[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: upgrade dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
markhaehnel authored Feb 3, 2024
1 parent 6ea02be commit 4440bbc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 42 deletions.
72 changes: 34 additions & 38 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ categories = ["network-programming", "api-bindings"]
futures = { version = "0.3.30", default-features = false }
nanoid = "0.4.0"
paho-mqtt = { version = "0.12.3" }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = { version = "1.0.111" }
tokio = { version = "1.35.1", features = ["macros", "sync", "time"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = { version = "1.0.113" }
tokio = { version = "1.36.0", features = ["macros", "sync", "time"] }

[dev-dependencies]
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }

[profile.release]
lto = true
Expand Down

0 comments on commit 4440bbc

Please sign in to comment.