Skip to content

Commit

Permalink
Bump the dev-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: http
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: http-body
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: hyper
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: sdl2
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: strum
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: strum_macros
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 0fada28 commit 5da7133
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ async-std = "^1.5"
bytes = "1.4.0"
config = "0.13.3"
dyn-clone = "1.0.14"
env_logger= "0.10.0"
env_logger= "0.11.1"
futures = "0.3.28"
futures-core = "0.3.4"
futures-util = "0.3.28"
generic-json = "^0.7"
http = "0.2.9"
http-body = "0.4.5"
hyper = "0.14.27"
http = "1.0.0"
http-body = "1.0.0"
hyper = "1.1.0"
image = "0.24.3"
iref = "^3.1.2"
lazy_static = "1.4.0"
Expand All @@ -57,12 +57,12 @@ parking_lot = "0.12.1"
prost = "0.12"
prost-types = "0.12"
regex = " 1.9.3"
sdl2 = "0.35.2"
sdl2 = "0.36.0"
serde = "1.0.160"
serde_derive = "1.0.163"
serde_json = "^1.0"
strum = "0.25"
strum_macros = "0.25.1"
strum = "0.26"
strum_macros = "0.26.1"
tokio = "1.29.1"
tokio-console-subscriber = { version = "0.2.0", package = "console-subscriber" }
tokio-stream = "0.1.14"
Expand Down

0 comments on commit 5da7133

Please sign in to comment.