Skip to content

Commit

Permalink
build(deps): bump uuid from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 9d1b367 commit f7a1ad0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 crates/devolutions-gateway-generators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
[dependencies]
devolutions-gateway = { path = "../../devolutions-gateway" }
proptest = "1.2.0"
uuid = "1.4.0"
uuid = "1.4.1"
serde = { version = "1.0.171", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/jet-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
log = "0.4.19"
byteorder = "1.4.3"
uuid = { version = "1.4.0", features = ["v4"] }
uuid = { version = "1.4.1", features = ["v4"] }
httparse = "1.8.0"
http = "0.2.9"

Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy_static = "1.4.0"
bytes = "1.4"
cfg-if = "1.0.0"
url = { version = "2.4.0", features = ["serde"] }
uuid = { version = "1.4.0", features = ["v4", "serde"] }
uuid = { version = "1.4.1", features = ["v4", "serde"] }
chrono = { version = "0.4.26", features = ["serde"] } # TODO: switch to `time`
parking_lot = "0.12.1"
anyhow = "1.0.71"
Expand Down
2 changes: 1 addition & 1 deletion jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ native-tls = ["tokio-tungstenite/native-tls"]

# jet protocol support
jet-proto = { path = "../crates/jet-proto" }
uuid = "1.4.0"
uuid = "1.4.1"

# jmux protocol support
jmux-proto = { path = "../crates/jmux-proto" }
Expand Down

0 comments on commit f7a1ad0

Please sign in to comment.