Skip to content

Commit

Permalink
Merge pull request #340 from cea-sec/dependabot/cargo/uuid-1.8.0
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.7.0 to 1.8.0
  • Loading branch information
losynix committed Mar 20, 2024
2 parents d811cfa + 526236d commit 3ed0ca9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 usbsas-analyzer-server/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
tempfile = "3.10"
uuid = { version = "1.7", features = ["v4"] }
uuid = { version = "1.8", features = ["v4"] }

[features]
integration-tests = []
Expand Down
2 changes: 1 addition & 1 deletion usbsas-server/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ usbsas-config = { path = "../usbsas-config" }
usbsas-process = { path = "../usbsas-process" }
usbsas-proto = { path = "../usbsas-proto" }
usbsas-utils = { path = "../usbsas-utils" }
uuid = { version = "1.7", features = ["v4"] }
uuid = { version = "1.8", features = ["v4"] }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion usbsas-usbsas/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ usbsas-process = { path = "../usbsas-process" }
usbsas-proto = { path = "../usbsas-proto" }
usbsas-sandbox = { path = "../usbsas-sandbox" }
usbsas-utils = { path = "../usbsas-utils" }
uuid = { version = "1.7", features = ["v4"] }
uuid = { version = "1.8", features = ["v4"] }

[features]
integration-tests = []
Expand Down

0 comments on commit 3ed0ca9

Please sign in to comment.