Skip to content

Commit

Permalink
deps: update lru requirement from 0.8.0 to 0.9.0 (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 4, 2023
1 parent ac6b78b commit a124258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures-timer = "3.0.2"
libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-swarm = { version = "0.42.0", path = "../../swarm" }
log = "0.4.1"
lru = "0.8.0"
lru = "0.9.0"
prost-codec = { version = "0.3", path = "../../misc/prost-codec" }
prost = "0.11"
smallvec = "1.6.1"
Expand Down

0 comments on commit a124258

Please sign in to comment.